X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=sideband.h;h=c9b698f978634858ae3ff8c95150975677be35ac;hp=8ae3e4ef35089e698f5eb81a4d1926e95f07ace5;hb=fc8dfbb416ff07cca08fbf4e13efcaa25e17cc54;hpb=61cce28217df87368774831e2eb2d8636f79564b diff --git a/sideband.h b/sideband.h index 8ae3e4ef..c9b698f9 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,10 @@ DESIGNATOR(EXIT__SUCCESS), \ /* Command failed. */ \ DESIGNATOR(EXIT__FAILURE), \ + /* The next chunk of the blob (addblob commands only) */ \ + DESIGNATOR(BLOB_DATA), \ + /* An afs callback failed. */ \ + DESIGNATOR(AFS_CB_FAILURE), \ /** Just prefix with \p SBD_. */ #define DESIGNATOR(x) SBD_ ## x