Add new status items num_chunks and chunk_time.
[paraslash.git] / error.h
diff --git a/error.h b/error.h
index fada9b30b9ca054115a7e4a811c65db2dfbb7bd2..534e7f97da3afac6ad24c69d5f6f9aec49fc45a6 100644 (file)
--- a/error.h
+++ b/error.h
@@ -355,15 +355,11 @@ extern const char **para_errlist[];
 
 
 #define DCCP_RECV_ERRORS \
-       PARA_ERROR(ADDR_INFO, "getaddrinfo error"), \
        PARA_ERROR(DCCP_OVERRUN, "dccp output buffer buffer overrun"), \
-       PARA_ERROR(DCCP_CONNECT, "dccp connect error"), \
        PARA_ERROR(DCCP_RECV_EOF, "dccp_recv: end of file"), \
 
 
 #define DCCP_SEND_ERRORS \
-       PARA_ERROR(DCCP_BIND, "dccp bind error"), \
-       PARA_ERROR(DCCP_LISTEN, "dccp listen error"), \
        PARA_ERROR(DCCP_WRITE, "dccp write error"), \