Ignore:
Timestamp:
Aug 31, 2006, 5:09:20 PM (18 years ago)
Author:
Bruno Cornec
Message:
  • Massive rewrite continues for memory management.
  • main structure should now have all parameters allocated dynamically
  • new lib libmr.a + dir + build process reviewed to support it.
  • new include subdir to host external definitions of the new lib
  • code now compiles. Still one remaining link issues for mondorestore. This should allow for some tests soon.

(goal is to separate completely reviewed code and functions and provide clean interfaces)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mondo/mondo/mondorestore/mondo-restore.h

    r688 r783  
    1010int catchall_mode(struct s_bkpinfo *, struct mountlist_itself *,
    1111                  struct raidlist_itself *);
    12 void find_pathname_of_executable_preferably_in_RESTORING(char *, char *,
    13                                                          char *);
    1412int interactive_mode(struct s_bkpinfo *, struct mountlist_itself *,
    1513                     struct raidlist_itself *);
     
    2220int restore_mode(struct s_bkpinfo *, struct mountlist_itself *,
    2321                 struct raidlist_itself *);
    24 int restore_a_biggiefile_from_stream(struct s_bkpinfo *, char *, long,
    25                                      char *, long long, struct s_node *,
    26                                      int, char *);
     22char *restore_a_biggiefile_from_stream(struct s_bkpinfo *, char *, long,
     23                                     struct s_node *, int);
    2724int restore_a_tarball_from_CD(char *, long, struct s_node *);
    2825int restore_a_tarball_from_stream(struct s_bkpinfo *, char *, long,
Note: See TracChangeset for help on using the changeset viewer.