Split shared request handler.
ReqHandler_GaccumLikeSendComplete is used for GACC-like operations,
including GACC, CAS and FOP. Here we split it into following three
functions:
ReqHandler_GaccumSendComplete
ReqHandler_CASSendComplete
ReqHandler_FOPSendComplete
It is convenient for us to add different actions in future for those
three kinds of operations.
Signed-off-by:
Pavan Balaji <balaji@anl.gov>
Please register or sign in to comment