X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=snap.h;h=063a38e2497f86eba22416679fc4b37137f2d94e;hb=a883830b42e84c58233efcf05c16e9aa4bb7597f;hp=52f060b8a8dd790194925ac481e44af32a808973;hpb=00e72666c12061e55c020a706448fac5497ce940;p=dss.git diff --git a/snap.h b/snap.h index 52f060b..063a38e 100644 --- a/snap.h +++ b/snap.h @@ -16,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, };