From 869ed99dbc3a645fee6de36e97e1e12127068f10 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Thu, 8 Dec 2011 03:47:23 +0100 Subject: new event architecture, first trial --- error.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'error.h') diff --git a/error.h b/error.h index 5b46ae5..a5a9493 100644 --- a/error.h +++ b/error.h @@ -17,7 +17,8 @@ enum { PCILIB_ERROR_OUTOFRANGE, PCILIB_ERROR_NOTAVAILABLE, PCILIB_ERROR_NOTINITIALIZED, - PCILIB_ERROR_TOOBIG + PCILIB_ERROR_TOOBIG, + PCILIB_ERROR_THREAD } pcilib_errot_t; -- cgit v1.2.3