diff options
| author | Christian Hopps <chopps@labn.net> | 2023-05-01 15:24:29 -0400 | 
|---|---|---|
| committer | Christian Hopps <chopps@labn.net> | 2023-05-28 05:13:22 -0400 | 
| commit | 6dad9b53e7660c19d4ecd5a5f30cd10ede4b129c (patch) | |
| tree | d87769138ce2b126787306de0554a3a5fcd156eb /mgmtd/mgmt_fe_adapter.h | |
| parent | 99564edc43ecaf099ede84f7fa84b104f2b950b1 (diff) | |
mgmtd: convert BE/FE adapter to use allocated connections
Signed-off-by: Christian Hopps <chopps@labn.net>
Diffstat (limited to 'mgmtd/mgmt_fe_adapter.h')
| -rw-r--r-- | mgmtd/mgmt_fe_adapter.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/mgmtd/mgmt_fe_adapter.h b/mgmtd/mgmt_fe_adapter.h index 8d53389a66..fef205f36a 100644 --- a/mgmtd/mgmt_fe_adapter.h +++ b/mgmtd/mgmt_fe_adapter.h @@ -55,7 +55,7 @@ PREDECL_LIST(mgmt_fe_sessions);  PREDECL_LIST(mgmt_fe_adapters);  struct mgmt_fe_client_adapter { -	struct msg_conn conn; +	struct msg_conn *conn;  	char name[MGMTD_CLIENT_NAME_MAX_LEN];  	/* List of sessions created and being maintained for this client. */  | 
