Changeset 3374 in MondoRescue for branches/3.2/mondo/test
- Timestamp:
- Apr 27, 2015, 4:25:29 PM (10 years ago)
- Location:
- branches/3.2/mondo/test
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.2/mondo/test/test-mountlist.c
r3185 r3374 17 17 18 18 extern void twenty_seconds_til_yikes(void); 19 20 /* Reference to global bkpinfo */21 struct s_bkpinfo *bkpinfo;22 19 23 20 extern bool g_text_mode; … … 47 44 extern char *MONDO_LOGFILE; 48 45 extern int copy_from_src_to_dest(FILE * f_orig, FILE * f_archived, char direction); 46 extern int create_raid_device_via_mdadm(struct raidlist_itself *raidlist, char *device, bool test); 47 48 /* Reference to global bkpinfo */ 49 struct s_bkpinfo *bkpinfo; 50 49 51 /* We don't have a cleanup function yet */ 50 52 void (*mr_cleanup)(void) = NULL; 51 53 52 voidmain() {54 int main() { 53 55 54 56 struct mountlist_itself *mountlist = NULL; -
branches/3.2/mondo/test/test-mr_stresc.c
r3294 r3374 13 13 /* Whether we should fail immediately at first error */ 14 14 bool g_fail_immediately = FALSE; 15 16 /* Reference to global bkpinfo */ 17 struct s_bkpinfo *bkpinfo; 15 18 16 19 void (*mr_cleanup)(void) = NULL; -
branches/3.2/mondo/test/test-truncname.c
r3185 r3374 13 13 14 14 extern void twenty_seconds_til_yikes(void); 15 16 /* Reference to global bkpinfo */17 struct s_bkpinfo *bkpinfo;18 15 19 16 extern bool g_text_mode; … … 40 37 char *g_getfacl; 41 38 char *g_getfattr; 39 40 /* Reference to global bkpinfo */ 41 struct s_bkpinfo *bkpinfo; 42 42 43 43 extern char *MONDO_LOGFILE;
Note:
See TracChangeset
for help on using the changeset viewer.