diff options
Diffstat (limited to 'lib/mgmt_be_client.h')
| -rw-r--r-- | lib/mgmt_be_client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mgmt_be_client.h b/lib/mgmt_be_client.h index 2cb90478d8..db427457a4 100644 --- a/lib/mgmt_be_client.h +++ b/lib/mgmt_be_client.h @@ -189,7 +189,7 @@ mgmt_be_client_name2id(const char *name) * Backend client lib handler (nothing but address of mgmt_be_client_ctx) */ extern uintptr_t mgmt_be_client_lib_init(struct mgmt_be_client_params *params, - struct event_master *master_thread); + struct event_loop *master_thread); /* * Subscribe with MGMTD for one or more YANG subtree(s). |
