Introducing the BufferCache announced on the mailing list, and some small changes. L4Sys is still WIP.

git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1316 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
unzner
2012-06-06 15:13:16 +00:00
parent 3284fba7d3
commit 715a393598
12 changed files with 237 additions and 24 deletions

View File

@ -6,7 +6,7 @@ message L4SysProtoMsg {
// results
// make these optional to reduce overhead for server->client communication
enum ResultType {
CALCDONE = 1;
DONE = 1;
TIMEOUT = 2;
TRAP = 3;
INTR = 4;