summaryrefslogtreecommitdiff
path: root/lib/yang.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/yang.h')
-rw-r--r--lib/yang.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/yang.h b/lib/yang.h
index cc048c44e8..94bbed233d 100644
--- a/lib/yang.h
+++ b/lib/yang.h
@@ -63,6 +63,7 @@ struct yang_module {
#endif
#ifdef HAVE_SYSREPO
sr_subscription_ctx_t *sr_subscription;
+ struct thread *sr_thread;
#endif
};
RB_HEAD(yang_modules, yang_module);