Module: tools Branch: master Commit: ac7852d5930aad0ceae07796994fecf93c8cf49f URL: http://source.winehq.org/git/tools.git/?a=commit;h=ac7852d5930aad0ceae077969...
Author: Francois Gouget fgouget@codeweavers.com Date: Fri May 16 15:50:15 2014 +0200
testbot/testagentd: Add missing RPC names.
This is just cosmetic: it makes it possible to get RPC names instead of numbers in the debug traces.
---
testbot/src/testagentd/testagentd.c | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/testbot/src/testagentd/testagentd.c b/testbot/src/testagentd/testagentd.c index 3159f16..292b1c7 100644 --- a/testbot/src/testagentd/testagentd.c +++ b/testbot/src/testagentd/testagentd.c @@ -105,6 +105,9 @@ static const char* rpc_name(uint32_t id) "wait", "rm", "wait2", + "settime", + "getproperties", + "upgrade", };
if (id < sizeof(names) / sizeof(*names))