X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=sideband.h;h=20e195b364b3d8bffcce3df4cd2c48f9e6afe4a8;hp=50daaa608f9b7cb507f07ea394cc522d4ed7a6f6;hb=b3644a3f5de245609dc608a947ed71e2f75b2fd5;hpb=c5e38315901ea63efd169af5d4ba3f3c66db7de9 diff --git a/sideband.h b/sideband.h index 50daaa60..20e195b3 100644 --- a/sideband.h +++ b/sideband.h @@ -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