changeset 163:44887a053df0

Add few error codes.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 10 Feb 2015 13:47:44 +0200
parents 578d9298cc1e
children 46ac5536b2de
files th_util.h
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/th_util.h	Mon Feb 09 18:52:56 2015 +0200
+++ b/th_util.h	Tue Feb 10 13:47:44 2015 +0200
@@ -85,7 +85,10 @@
     THERR_OUT_OF_DATA,
     THERR_EXTRA_DATA,
     THERR_BOUNDS,
+
     THERR_TIMED_OUT,
+    THERR_BUSY,
+    THERR_IO_ERROR,
 
     // Network errors
     THERR_AUTH_FAILED,