projects
/
barrelfish
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
df8f490
)
skb/datagatherer: add error code for cpuid.
author
Moritz Hoffmann
<moritz.hoffmann@inf.ethz.ch>
Fri, 13 Nov 2015 15:40:08 +0000 (16:40 +0100)
committer
Moritz Hoffmann
<moritz.hoffmann@inf.ethz.ch>
Fri, 13 Nov 2015 15:40:08 +0000 (16:40 +0100)
Signed-off-by: Moritz Hoffmann <moritz.hoffmann@inf.ethz.ch>
errors/errno.fugu
patch
|
blob
|
history
diff --git
a/errors/errno.fugu
b/errors/errno.fugu
index
e25a5cc
..
f7073ea
100755
(executable)
--- a/
errors/errno.fugu
+++ b/
errors/errno.fugu
@@
-815,6
+815,7
@@
errors skb SKB_ERR_ {
failure RUN "Failure in running rpc: run",
failure GOAL_FAILURE "Posted goal could not be satisfied.",
failure UNEXPECTED_OUTPUT "Query produced output but none was expected.",
+ failure CPUID "Failed to collect CPUID information",
success IO_OUTPUT "Read I/O Output from SKB.",
};