X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;ds=sidebyside;f=snap.h;h=063a38e2497f86eba22416679fc4b37137f2d94e;hb=d3d49ea7e243d0f061c2d1797da166f2cf4b9afd;hp=90a2e3a827abf6b373410d42d310efa013731fef;hpb=333c11eb6772cc3a020ae1ab354512519a3771b9;p=dss.git diff --git a/snap.h b/snap.h index 90a2e3a..063a38e 100644 --- a/snap.h +++ b/snap.h @@ -1,3 +1,8 @@ +/* + * Copyright (C) 2008 Andre Noll + * + * Licensed under the GPL v2. For licencing details see COPYING. + */ /** The state of snapshot creation. */ enum { @@ -11,6 +16,8 @@ enum { SCS_RSYNC_RUNNING, /** The rsync process exited successfully. */ SCS_RSYNC_SUCCESS, + /** The rsync process needs to be restarted. */ + SCS_RSYNC_NEEDS_RESTART, /** The post-create hook has been started. */ SCS_POST_HOOK_RUNNING, };