Merge branch 'refs/heads/t/format-signedness'
[paraslash.git] / sideband.h
index 9ce0bb61b06924ad3c7a6a8f4ac25b699ca3307f..c9b698f978634858ae3ff8c95150975677be35ac 100644 (file)
@@ -60,6 +60,8 @@
        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