X-Git-Url: http://git.barrelfish.org/?p=barrelfish;a=blobdiff_plain;f=if%2Fproc_mgmt.if;h=b2d1644283252f0853a6ae79d5c3c52fa7c82542;hp=4b02a0cc2583d6b0e36aa4136804a48f87c9a222;hb=7ddb3bce95f4566a49b63fab0e0fc58a6f24f861;hpb=ecf0b8e81ec285f7711916a694bbba51d909f141 diff --git a/if/proc_mgmt.if b/if/proc_mgmt.if index 4b02a0c..b2d1644 100644 --- a/if/proc_mgmt.if +++ b/if/proc_mgmt.if @@ -42,7 +42,7 @@ interface proc_mgmt "Process management service" { //message exit(cap domain_cap, uint8 status); rpc exit(in cap domain_cap, in uint8 status); - rpc wait(in cap domain_wap, out errval err, out uint8 status); + rpc wait(in cap domain_cap, out errval err, out uint8 status); // TODO(razvan): exit, wait, status, some other calls from spawn.if? };