summaryrefslogtreecommitdiffstats
path: root/error.h
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@dside.dyndns.org>2011-12-08 03:47:23 +0100
committerSuren A. Chilingaryan <csa@dside.dyndns.org>2011-12-08 03:47:23 +0100
commit869ed99dbc3a645fee6de36e97e1e12127068f10 (patch)
treefa4a4e7ef977a3d3621ff5e96fb664e6fbc9e6fe /error.h
parentddc77c1e819eee03a13efff4a9aa3161485f3f1f (diff)
downloadpcitool-869ed99dbc3a645fee6de36e97e1e12127068f10.tar.gz
pcitool-869ed99dbc3a645fee6de36e97e1e12127068f10.tar.bz2
pcitool-869ed99dbc3a645fee6de36e97e1e12127068f10.tar.xz
pcitool-869ed99dbc3a645fee6de36e97e1e12127068f10.zip
new event architecture, first trial
Diffstat (limited to 'error.h')
-rw-r--r--error.h3
1 files changed, 2 insertions, 1 deletions
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;