net/usrsock: Change xid from uint64_t to uint32_t
follow the below change:
-----------------------------------------------
commit 0334819742
Author: Xiang Xiao <xiaoxiang@xiaomi.com>
Date: Mon Aug 22 05:10:47 2022 +0800
net/usrsock: Change xid from uint64_t to uint32_t
by generating the new xid for each transaction
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
Signed-off-by: chao an <anchao@xiaomi.com>
This commit is contained in:
parent
c82798c66a
commit
6f27c29ce5
@ -73,7 +73,7 @@ struct usrsockdev_s
|
||||
sem_t sem; /* Request semaphore (only one outstanding
|
||||
* request) */
|
||||
sem_t acksem; /* Request acknowledgment notification */
|
||||
uint64_t ackxid; /* Exchange id for which waiting ack */
|
||||
uint32_t ackxid; /* Exchange id for which waiting ack */
|
||||
uint16_t nbusy; /* Number of requests blocked from different
|
||||
* threads */
|
||||
} req;
|
||||
|
Loading…
Reference in New Issue
Block a user