-
Notifications
You must be signed in to change notification settings - Fork 203
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
reorder calling stat_cb and the pdu->cb
so that we always call rpc->stat_cb before calling pdu->cb. Note that the stat_cb callback and the pdu callback are called from the same context and the same function, rpc_process_reply(), this guarantees that when the pdu callback is invoked it is guaranteed that the most recent rpc->stat_cb invocation is for the same PDU as what teh pdu callback is invoked for. Signed-off-by: Ronnie Sahlberg <[email protected]>
- Loading branch information
Showing
1 changed file
with
43 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters