[driver] using InterlockedIncrement64 for xid
This commit is contained in:
parent
4511dec4b7
commit
9efa410e5a
6 changed files with 16 additions and 26 deletions
|
|
@ -95,7 +95,7 @@ int upcall_parse(
|
|||
/* parse common elements */
|
||||
status = safe_read(&buffer, &length, &version, sizeof(uint32_t));
|
||||
if (status) goto out;
|
||||
status = safe_read(&buffer, &length, &upcall->xid, sizeof(uint32_t));
|
||||
status = safe_read(&buffer, &length, &upcall->xid, sizeof(uint64_t));
|
||||
if (status) goto out;
|
||||
status = safe_read(&buffer, &length, &upcall->opcode, sizeof(uint32_t));
|
||||
if (status) goto out;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue