projects
/
invirt/third/libt4.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Type cleanups
[invirt/third/libt4.git]
/
rsm_client.h
diff --git
a/rsm_client.h
b/rsm_client.h
index
b275974
..
5d0cd71
100644
(file)
--- a/
rsm_client.h
+++ b/
rsm_client.h
@@
-24,7
+24,7
@@
class rsm_client {
bool init_members();
public:
rsm_client(std::string dst);
bool init_members();
public:
rsm_client(std::string dst);
- rsm_protocol::status invoke(int proc, std::string &rep, const std::string &req);
+ rsm_protocol::status invoke(unsigned int proc, std::string &rep, const std::string &req);
template<class R, class ...Args>
int call(unsigned int proc, R & r, const Args & ...a1);
template<class R, class ...Args>
int call(unsigned int proc, R & r, const Args & ...a1);