Skip to content

Commit

Permalink
Add missing events in sync_connect_cb()
Browse files Browse the repository at this point in the history
  • Loading branch information
narategithub authored and tom95858 committed Jul 14, 2023
1 parent 7868bb5 commit fa7c17a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ldms/src/core/ldms_xprt.c
Original file line number Diff line number Diff line change
Expand Up @@ -4033,7 +4033,9 @@ static void sync_connect_cb(ldms_t x, ldms_xprt_event_t e, void *cb_arg)
break;
case LDMS_XPRT_EVENT_RECV:
break;
case LDMS_XPRT_EVENT_SET_DELETE:
case LDMS_XPRT_EVENT_SEND_COMPLETE:
case LDMS_XPRT_EVENT_SEND_CREDIT_DEPOSITED:
/* Don't post */
return;
default:
Expand Down

0 comments on commit fa7c17a

Please sign in to comment.