Skip to content

Commit

Permalink
res: wrk-ctl: fix SID_WRK_NULL_INIT_CB_SPEC to reference proper field…
Browse files Browse the repository at this point in the history
… name for callback fn
  • Loading branch information
prajnoha committed Apr 25, 2024
1 parent b218e9c commit d84f600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/include/resource/worker-control.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ struct sid_wrk_init_cb_spec {
void *arg;
};

#define SID_WRK_NULL_INIT_CB_SPEC ((struct sid_wrk_init_cb_spec) {.cb = NULL, .arg = NULL})
#define SID_WRK_NULL_INIT_CB_SPEC ((struct sid_wrk_init_cb_spec) {.fn = NULL, .arg = NULL})

/* Wire specification */
typedef enum {
Expand Down

0 comments on commit d84f600

Please sign in to comment.