diff options
| author | Christian Hopps <chopps@labn.net> | 2023-12-13 17:32:43 -0500 |
|---|---|---|
| committer | Christian Hopps <chopps@labn.net> | 2023-12-28 17:53:40 +0000 |
| commit | 4e0147a05ebfa0ba1f262b1e191d3cbf1a44003d (patch) | |
| tree | aa2b0429196378f6ec2906a43fd4025ef9332f83 /lib/mgmt_msg.c | |
| parent | ad1ccb6e621b2050697e738457b1ac7a465dae71 (diff) | |
lib: add dedicated API functions for native msgs
- reorg native message header
Signed-off-by: Christian Hopps <chopps@labn.net>
Diffstat (limited to 'lib/mgmt_msg.c')
| -rw-r--r-- | lib/mgmt_msg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mgmt_msg.c b/lib/mgmt_msg.c index d8a7fde435..b03dbe8cc3 100644 --- a/lib/mgmt_msg.c +++ b/lib/mgmt_msg.c @@ -348,7 +348,7 @@ int mgmt_msg_send_msg(struct mgmt_msg_state *ms, uint8_t version, void *msg, MGMT_MSG_DBG( dbgtag, "Sending native msg sess/txn-id %"PRIu64" req-id %"PRIu64" code %u", - native_msg->session_id, native_msg->req_id, native_msg->code); + native_msg->refer_id, native_msg->req_id, native_msg->code); } |
