]> xenbits.xensource.com Git - people/pauldu/xennet.git/commit
64bit OIDs: 4-byte results are a success
authorOwen Smith <owen.smith@citrix.com>
Thu, 5 Mar 2015 15:47:51 +0000 (15:47 +0000)
committerPaul Durrant <paul.durrant@citrix.com>
Thu, 5 Mar 2015 16:24:04 +0000 (16:24 +0000)
commit41f5dfdd382e9d6b1303f2729858e66aaddd768e
tree0a4f4f2703b7735d2c134b7728e47be16d4d3e93
parentbfe5c474638c0996530ecd8ebc89b48d6345c838
64bit OIDs: 4-byte results are a success

When buffer is >= 8-bytes, return a 8-byte buffer,
when buffer is >= 4-bytes, return a 4-byte buffer,
else, indicate 8-bytes required and indicate failure

Signed-off-by: Owen Smith <owen.smith@citrix.com>
src/xennet/adapter.c