We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a04e91 commit 743ff9fCopy full SHA for 743ff9f
src/session_client.c
@@ -2300,6 +2300,7 @@ nc_recv_notif_thread(void *arg)
2300
struct nc_session *session;
2301
nc_notif_dispatch_clb notif_clb;
2302
void *user_data;
2303
+
2304
void (*free_data)(void *);
2305
struct lyd_node *envp, *op;
2306
NC_MSG_TYPE msgtype;
src/session_p.h
@@ -522,6 +522,7 @@ struct nc_ntf_thread_arg {
522
523
524
525
526
527
};
528
0 commit comments