diff options
Diffstat (limited to 'rpc/rpc-lib')
| -rw-r--r-- | rpc/rpc-lib/src/rpc-clnt.c | 6 | 
1 files changed, 6 insertions, 0 deletions
diff --git a/rpc/rpc-lib/src/rpc-clnt.c b/rpc/rpc-lib/src/rpc-clnt.c index 6f1fbfc1591..43791dc57e1 100644 --- a/rpc/rpc-lib/src/rpc-clnt.c +++ b/rpc/rpc-lib/src/rpc-clnt.c @@ -897,6 +897,12 @@ rpc_clnt_notify (rpc_transport_t *trans, void *mydata,          case RPC_TRANSPORT_MSG_RECEIVED:          { +                pthread_mutex_lock (&conn->lock); +                { +                        gettimeofday (&conn->last_received, NULL); +                } +                pthread_mutex_unlock (&conn->lock); +                  pollin = data;                  if (pollin->is_reply)                          ret = rpc_clnt_handle_reply (clnt, pollin);  | 
