diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-08-23 16:56:37 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-08-23 16:56:37 +0000 |
commit | 99d1b530ce1b858e8e6b8ddd2edb8f7133b5ca68 (patch) | |
tree | c60252fedc275654f9674b2904127a897f865a99 /nfs | |
parent | e6980a3d0427d4bd5880372b220f6be5d2d02b57 (diff) |
entered into RCS
Diffstat (limited to 'nfs')
-rw-r--r-- | nfs/rpc.c | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -121,3 +121,10 @@ rpc_send (struct rpc_target *target, void *buf, size_t len, return error; } +void +rpc_transmit (struct rpc_target *target, struct rpc_list *record) +{ + static int xid; + + /* Assign a unique transaction ID */ + record->rpc |