int call1(unsigned int proc,
marshall &req, unmarshall &rep, TO to);
- bool got_pdu(connection *c, char *b, int sz);
+ bool got_pdu(connection *c, char *b, size_t sz);
template<class R>
void set_reachable(bool r) { reachable_ = r; }
- bool got_pdu(connection *c, char *b, int sz);
+ bool got_pdu(connection *c, char *b, size_t sz);
template<class F, class C=void> void reg(unsigned int proc, F f, C *c=nullptr);
};