summaryrefslogtreecommitdiff
path: root/mgmtd/mgmt_be_adapter.h
diff options
context:
space:
mode:
authorChristian Hopps <chopps@labn.net>2023-06-14 09:32:16 -0400
committerChristian Hopps <chopps@labn.net>2023-06-18 16:17:46 -0400
commit04b4ede097c94f04cc1d14ce90ee82e35a63d670 (patch)
tree00651cd710ee6eadabc0c8258e4c47b8e70d0775 /mgmtd/mgmt_be_adapter.h
parentf8500d484997f34d0484488216c98017745f1a37 (diff)
mgmtd: simplify locking, removing read locks
Signed-off-by: Christian Hopps <chopps@labn.net>
Diffstat (limited to 'mgmtd/mgmt_be_adapter.h')
-rw-r--r--mgmtd/mgmt_be_adapter.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/mgmtd/mgmt_be_adapter.h b/mgmtd/mgmt_be_adapter.h
index e1676e63af..ca8f55c457 100644
--- a/mgmtd/mgmt_be_adapter.h
+++ b/mgmtd/mgmt_be_adapter.h
@@ -110,10 +110,8 @@ extern struct mgmt_be_client_adapter *
mgmt_be_get_adapter_by_id(enum mgmt_be_client_id id);
/* Fetch backend adapter config. */
-extern int
-mgmt_be_get_adapter_config(struct mgmt_be_client_adapter *adapter,
- struct mgmt_ds_ctx *ds_ctx,
- struct nb_config_cbs **cfg_chgs);
+extern int mgmt_be_get_adapter_config(struct mgmt_be_client_adapter *adapter,
+ struct nb_config_cbs **cfg_chgs);
/* Create/destroy a transaction. */
extern int mgmt_be_send_txn_req(struct mgmt_be_client_adapter *adapter,