X-Git-Url: http://xvm.mit.edu/gitweb/invirt/third/libt4.git/blobdiff_plain/4e881433f37417ccbda89c09ffdf936855d462d4..f0dcb6b97d6d40f67698d1f71ac26970f1776f82:/rpc/rpc_protocol.h diff --git a/rpc/rpc_protocol.h b/rpc/rpc_protocol.h index 4a3ff32..65b7523 100644 --- a/rpc/rpc_protocol.h +++ b/rpc/rpc_protocol.h @@ -13,8 +13,8 @@ namespace rpc_protocol { enum : status { timeout_failure = -1, - unmarshal_args_failure = -2, - unmarshal_reply_failure = -3, + unmarshall_args_failure = -2, + unmarshall_reply_failure = -3, atmostonce_failure = -4, oldsrv_failure = -5, bind_failure = -6,