Francois Gouget : testbot/testagentd: Add missing RPC names.

Alexandre Julliard julliard at winehq.org
Fri May 16 12:11:35 CDT 2014


Module: tools
Branch: master
Commit: ac7852d5930aad0ceae07796994fecf93c8cf49f
URL:    http://source.winehq.org/git/tools.git/?a=commit;h=ac7852d5930aad0ceae07796994fecf93c8cf49f

Author: Francois Gouget <fgouget at 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))




More information about the wine-cvs mailing list