server: Exit cleanly on SIGINT/SIGTERM.
[paraslash.git] / sideband.h
index 50daaa608f9b7cb507f07ea394cc522d4ed7a6f6..3023c7b6aee8c60a365362cc5083e703d3e3e187 100644 (file)
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2012-2013 Andre Noll <maan@systemlinux.org>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2012 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file sideband.h exported symbols from sideband.c */
 
        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