Redo the buffer handling for input buffers and make sure we only read one PDU at...
[deb_libnfs.git] / include / libnfs-private.h
index 05ee6317d69771344f21977383404808c5da6f18..8fb305f0ee8860c9ee2bfae6ad015d31588e6cdd 100644 (file)
@@ -35,8 +35,8 @@ struct rpc_context {
        struct rpc_pdu *outqueue;
        struct rpc_pdu *waitpdu;
 
-       int insize;
        int inpos;
+       int insize;
        char *inbuf;
 };