summaryrefslogtreecommitdiff
path: root/lib/thread.h
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2017-02-07 13:20:12 -0500
committerDonald Sharp <sharpd@cumulusnetworks.com>2017-02-07 13:20:12 -0500
commit7df2e1c3797df638016ae6d7a34e1781c0f1ced5 (patch)
tree2c7aa125a2e684ce5e2d91b37e4fc1e4dab7b024 /lib/thread.h
parent84ea764321362381cfc2b426ef0f3329857bc83f (diff)
parent2cfe3d285ff001046b579434dea5f963082630dd (diff)
Merge remote-tracking branch 'origin/stable/2.0'
Diffstat (limited to 'lib/thread.h')
-rw-r--r--lib/thread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/thread.h b/lib/thread.h
index a0801e1ecd..49964e7743 100644
--- a/lib/thread.h
+++ b/lib/thread.h
@@ -243,7 +243,7 @@ extern int thread_should_yield (struct thread *);
/* set yield time for thread */
extern void thread_set_yield_time (struct thread *, unsigned long);
-/* Internal libzebra exports */
+/* Internal libfrr exports */
extern void thread_getrusage (RUSAGE_T *);
extern void thread_cmd_init (void);