]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - error.h
Intoduce send_common.c and use it from the dccp sender.
[paraslash.git] / error.h
diff --git a/error.h b/error.h
index 9ef8195c1f6af10a43e1f58d32a5d292152f7f51..3a05fe04cd07d63b3b5e1969c7c65c4182b31376 100644 (file)
--- a/error.h
+++ b/error.h
@@ -28,6 +28,7 @@ DEFINE_ERRLIST_OBJECT_ENUM;
 #define RBTREE_ERRORS
 #define RECV_ERRORS
 #define ACL_ERRORS
+#define SEND_COMMON_ERRORS
 
 extern const char **para_errlist[];
 
@@ -318,7 +319,6 @@ extern const char **para_errlist[];
 
 #define HTTP_SEND_ERRORS \
        PARA_ERROR(WRITE_OK, "can not check whether fd is writable"), \
-       PARA_ERROR(SEND_QUEUED_CHUNK, "failed to send queued chunk"), \
 
 
 #define COMMAND_ERRORS \