diff options
Diffstat (limited to 'lib/mgmt_fe_client.h')
| -rw-r--r-- | lib/mgmt_fe_client.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/mgmt_fe_client.h b/lib/mgmt_fe_client.h index b0ac44bb3e..532fee4397 100644 --- a/lib/mgmt_fe_client.h +++ b/lib/mgmt_fe_client.h @@ -91,7 +91,7 @@ struct mgmt_fe_client_cbs { uintptr_t session_id, uintptr_t user_session_client, uint64_t req_id, bool success, - Mgmtd__DatastoreId ds_id, + Mgmtd__DatastoreId ds_id, bool implcit_commit, char *errmsg_if_any); void (*commit_config_notify)(struct mgmt_fe_client *client, @@ -219,7 +219,8 @@ mgmt_fe_destroy_client_session(struct mgmt_fe_client *client, */ extern int mgmt_fe_send_lockds_req(struct mgmt_fe_client *client, uint64_t session_id, uint64_t req_id, - Mgmtd__DatastoreId ds_id, bool lock_ds); + Mgmtd__DatastoreId ds_id, bool lock_ds, + bool scok); /* * Send SET_CONFIG_REQ to MGMTD for one or more config data(s). |
