flexnbd: Add some more information to nbdtypes.h

This commit is contained in:
nick
2013-02-08 17:05:22 +00:00
parent ecfd108a53
commit f63be84d80
2 changed files with 15 additions and 9 deletions

View File

@@ -55,3 +55,4 @@ void nbd_h2r_reply( struct nbd_reply * from, struct nbd_reply_raw * to )
to->error = be32toh( from->error );
memcpy( to->handle, from->handle, 8 );
}