Modify location of setting next_op_to_issue and sync_flag to NONE
After we issue an op, we set the next_op_to_issue to the next op,
and if next op is NULL, we set sync_flag to NONE. When we receive
the lock ACK saying that lock request is discarded, we set the
next_op_to_issue back to the current op, we reset the sync_flag
from NONE to corresponding flag, since we need to re-transmit the
current op.
Signed-off-by:
Pavan Balaji <balaji@anl.gov>
Please register or sign in to comment