X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=util-vserver%2Fsrc%2Fvhashify.h;h=874a0342dc55528346648410cf3f9935263cd844;hb=3d3bef62d063caeb506a404e89fdac929b249591;hp=9f24ccb9137553146bc077a55bbeef3424bb0f85;hpb=927c978bb5c29e6e76ac94e162d1cc0a943252fc;p=util-vserver.git diff --git a/util-vserver/src/vhashify.h b/util-vserver/src/vhashify.h index 9f24ccb..874a034 100644 --- a/util-vserver/src/vhashify.h +++ b/util-vserver/src/vhashify.h @@ -29,8 +29,9 @@ struct Arguments { enum {mdMANUALLY, mdVSERVER} mode; unsigned int verbosity; unsigned int insecure; - bool do_revert; char const * hash_dir; + bool dry_run; + bool do_refresh; }; struct HashDirInfo { @@ -39,9 +40,9 @@ struct HashDirInfo { }; struct SkipReason { - enum { rsDOTFILE, rsEXCL, rsTOOSMALL, - rsFSTAT, rsNOEXISTS, rsSYMLINK, rsUNIFIED, - rsSPECIAL, rsDIFFERENT } r; + enum { rsDOTFILE, rsEXCL, rsTOOSMALL, rsUNSUPPORTED, + rsFSTAT, rsSYMLINK, rsUNIFIED, rsWRONGDEV, + rsSPECIAL, rsGENERAL } r; }; typedef struct Vector HashDirCollection;