X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=sideband.h;h=c9b698f978634858ae3ff8c95150975677be35ac;hp=2176cf48309fa71594b7bf07c66f4c6abb77b453;hb=642445e95fea1c548c79f80ad3b5d6f30ba572f3;hpb=4d9d588c5df359c3c5f279fbfd4ea51d3a2afc87 diff --git a/sideband.h b/sideband.h index 2176cf48..c9b698f9 100644 --- a/sideband.h +++ b/sideband.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 Andre Noll + * Copyright (C) 2012 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -60,6 +60,8 @@ DESIGNATOR(EXIT__FAILURE), \ /* The next chunk of the blob (addblob commands only) */ \ DESIGNATOR(BLOB_DATA), \ + /* An afs callback failed. */ \ + DESIGNATOR(AFS_CB_FAILURE), \ /** Just prefix with \p SBD_. */ #define DESIGNATOR(x) SBD_ ## x