poll: Suppress logging for pmd threads.
[cascardo/ovs.git] / lib / ovs-thread.h
index 26b2ccd..55e51a4 100644 (file)
@@ -523,5 +523,6 @@ bool may_fork(void);
 /* Useful functions related to threading. */
 
 int count_cpu_cores(void);
+bool thread_is_pmd(void);
 
 #endif /* ovs-thread.h */