X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=sideband.h;h=20e195b364b3d8bffcce3df4cd2c48f9e6afe4a8;hp=8ae3e4ef35089e698f5eb81a4d1926e95f07ace5;hb=5cb5db1fbf8f9b96c3b5a1e0cc7de9e710757540;hpb=61cce28217df87368774831e2eb2d8636f79564b 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