X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=sideband.h;h=20e195b364b3d8bffcce3df4cd2c48f9e6afe4a8;hp=8ae3e4ef35089e698f5eb81a4d1926e95f07ace5;hb=63abcd1b2f6de6ce53d82962f5a2100c5a57e5d3;hpb=39802f2f11763b1e1164ef36009213eb7cdb54bb diff --git a/sideband.h b/sideband.h index 8ae3e4ef..20e195b3 100644 --- a/sideband.h +++ b/sideband.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012 Andre Noll + * Copyright (C) 2012-2013 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