projects
/
barrelfish
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
c1283ff
)
added two new error numbers for DMA.
author
Reto Achermann
<acreto@student.ethz.ch>
Tue, 22 Jul 2014 16:47:59 +0000 (18:47 +0200)
committer
Stefan Kaestle
<stefan.kaestle@inf.ethz.ch>
Wed, 20 Aug 2014 21:39:55 +0000 (23:39 +0200)
errors/errno.fugu
patch
|
blob
|
history
diff --git
a/errors/errno.fugu
b/errors/errno.fugu
index
bc405da
..
fc04c10
100755
(executable)
--- a/
errors/errno.fugu
+++ b/
errors/errno.fugu
@@
-1079,5
+1079,8
@@
errors dma DMA_ERR_ {
failure SVC_REJECT "Service request was rejected",
failure SVC_RESOURCES "No resources to handle the service",
failure SVC_VOID "There is no service that could serve the request",
+ failure SVC_NO_CONNECTION "There is no connection established",
+ failure SVC_BUSY "Connecton is busy with an RPC",
+
};