X-Git-Url: http://git.vrable.net/?a=blobdiff_plain;f=TBBT%2Ftrace_play%2Frpc%2Fsfs_cudp.c;h=691141901f80f7fb364fb2b7262a1e22ace6611e;hb=f25981daece838a116a21ba8a7dc89582f1641d5;hp=1dee98913924580b955f198d856d8a75ce0ceab9;hpb=adc8816a09e5b6be2e58f4a7c28d2418a74cce9c;p=bluesky.git diff --git a/TBBT/trace_play/rpc/sfs_cudp.c b/TBBT/trace_play/rpc/sfs_cudp.c index 1dee989..6911419 100755 --- a/TBBT/trace_play/rpc/sfs_cudp.c +++ b/TBBT/trace_play/rpc/sfs_cudp.c @@ -84,6 +84,11 @@ static void sfs_cudp_destroy(CLIENT *); static bool_t sfs_cudp_getreply(CLIENT *, xdrproc_t, void *, int, uint32_t *, uint32_t *, struct timeval *); static int sfs_cudp_poll(CLIENT *, uint32_t); +static enum clnt_stat +get_areply( + CLIENT *cl, + uint32_t *xid, + struct timeval *timeout); static struct clnt_ops sfs_cudp_ops = { sfs_cudp_call,