#include #include "drraid.h" int main (int argc, char *argv[]) { glocal int ret; glocal bool dump = false; glocal bool doit = false; glocal.ret = (argc,argv); setarg ('d',"dump","Present the content of the super block",glocal.dump,false); setarg ('f',"doit","Perform the update to sync the second RAID superblock" ,glocal.doit,false); int ret = -1; if (glocal.dump){ for (int i=0; i return glocal.ret; }