summaryrefslogtreecommitdiffstats
path: root/spawn
diff options
context:
space:
mode:
authorTomáš Kopal <Tomas.Kopal@altap.cz>2020-11-07 01:10:50 +0100
committerGitHub <noreply@github.com>2020-11-07 00:10:50 +0000
commitbcb9c868275062212f20127c6b450e2770fe418c (patch)
tree8fd021439217072da0be22d18be5a931b1a16b25 /spawn
parentb362797e98422b30d9f755888936c96221d2392f (diff)
Make libnetdata headers compilable by C++. (#10185)
Diffstat (limited to 'spawn')
-rw-r--r--spawn/spawn.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/spawn/spawn.h b/spawn/spawn.h
index aaeadb7a69..34b2632e03 100644
--- a/spawn/spawn.h
+++ b/spawn/spawn.h
@@ -58,7 +58,7 @@ struct spawn_cmd_info {
/* spawn command queue */
struct spawn_queue {
- avl_tree cmd_tree;
+ avl_tree_type cmd_tree;
/* concurrency control of command queue */
uv_mutex_t mutex;