X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=sideband.h;h=2176cf48309fa71594b7bf07c66f4c6abb77b453;hp=50daaa608f9b7cb507f07ea394cc522d4ed7a6f6;hb=bc15c3ff65eb00e04ebc303cfa9ee3d1a4675b35;hpb=3879481ddabc38236b9eee979a090c2a9bfa74d3 diff --git a/sideband.h b/sideband.h index 50daaa60..2176cf48 100644 --- a/sideband.h +++ b/sideband.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2013 Andre Noll + * Copyright (C) 2012-2014 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -58,6 +58,8 @@ DESIGNATOR(EXIT__SUCCESS), \ /* Command failed. */ \ DESIGNATOR(EXIT__FAILURE), \ + /* The next chunk of the blob (addblob commands only) */ \ + DESIGNATOR(BLOB_DATA), \ /** Just prefix with \p SBD_. */ #define DESIGNATOR(x) SBD_ ## x