Skip to content
Snippets Groups Projects
Commit c7f976f9 authored by Dmitriy A. Gerasimov's avatar Dmitriy A. Gerasimov
Browse files

[*] Renamed node->node_ctl

parent f0baf44e
No related branches found
No related tags found
No related merge requests found
...@@ -23,12 +23,12 @@ ...@@ -23,12 +23,12 @@
*/ */
#pragma once #pragma once
#include "dap_chain_net_node.h" #include "dap_chain_node_ctl.h"
#include "dap_chain_net_srv_common.h" #include "dap_chain_net_srv_common.h"
typedef struct dap_chain_net_srv typedef struct dap_chain_net_srv
{ {
dap_chain_net_node_t * node; dap_chain_node_ctl_t * node;
dap_chain_net_srv_uid_t uid; // Unique ID for service. dap_chain_net_srv_uid_t uid; // Unique ID for service.
void * _internal; void * _internal;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment