]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - error.h
Merge remote branch 's/v0.2' into v0.2
[paraslash.git] / error.h
diff --git a/error.h b/error.h
index 060268dbf04d07270e48cc12e07bde702535543b..51ee2098210479ceea640a1e044d61d2bfc274a0 100644 (file)
--- a/error.h
+++ b/error.h
@@ -78,8 +78,7 @@ enum para_subsystem {
 #define ORTP_SEND_ERRORS
 #define GUI_ERRORS
 #define RINGBUFFER_ERRORS
-
-
+#define RECV_ERRORS
 
 extern const char **para_errlist[];
 /** \endcond */
@@ -165,11 +164,8 @@ extern const char **para_errlist[];
        PARA_ERROR(HTTP_RECV_OVERRUN, "http_recv: outout buffer overrun"), \
 
 
-#define RECV_ERRORS \
-       PARA_ERROR(RECV_SYNTAX, "recv syntax error"), \
-
-
 #define RECV_COMMON_ERRORS \
+       PARA_ERROR(RECV_SYNTAX, "recv syntax error"), \
 
 
 #define AUDIOD_ERRORS \
@@ -374,6 +370,7 @@ extern const char **para_errlist[];
        PARA_ERROR(F_GETFL, "failed to get fd flags"), \
        PARA_ERROR(F_SETFL, "failed to set fd flags"), \
        PARA_ERROR(FGETS, "fgets error"), \
+       PARA_ERROR(SELECT, "select error"), \
 
 
 #define WRITE_ERRORS \