X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=sideband.h;h=9ce0bb61b06924ad3c7a6a8f4ac25b699ca3307f;hp=8ae3e4ef35089e698f5eb81a4d1926e95f07ace5;hb=64b6b1b74da7132822e3157e16b027c9d6f64268;hpb=fd2ef6eb6b306415f3e3d9ed5004cf982e757656 diff --git a/sideband.h b/sideband.h index 8ae3e4ef..9ce0bb61 100644 --- a/sideband.h +++ b/sideband.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012 Andre Noll + * Copyright (C) 2012 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