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

[+] is_free flag

parent fe315f31
No related branches found
No related tags found
No related merge requests found
...@@ -55,6 +55,7 @@ typedef struct dap_chain_net_srv_usage{ ...@@ -55,6 +55,7 @@ typedef struct dap_chain_net_srv_usage{
dap_chain_hash_fast_t tx_cond_hash; dap_chain_hash_fast_t tx_cond_hash;
char token_ticker[DAP_CHAIN_TICKER_SIZE_MAX]; char token_ticker[DAP_CHAIN_TICKER_SIZE_MAX];
bool is_active; bool is_active;
bool is_free;
UT_hash_handle hh; // UT_hash_handle hh; //
} dap_chain_net_srv_usage_t; } dap_chain_net_srv_usage_t;
......
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