-added error status GNUNET_STREAM_BROKEN
[oweals/gnunet.git] / src / include / gnunet_stream_lib.h
index 099f37ab2eebd61d0e9435bea1fdb8c4c71ec19e..e09c264d6aa44ef4c248f6a4769a6cbe1ba286f4 100644 (file)
@@ -62,7 +62,12 @@ enum GNUNET_STREAM_Status
     /**
      * A serious error occured while operating on this stream
      */
-    GNUNET_STREAM_SYSERR = 3
+    GNUNET_STREAM_SYSERR = 3,
+    
+    /**
+     * An error resulted in an unusable stream
+     */
+    GNUNET_STREAM_BROKEN
   };
 
 /**