log: support non-EAL thread
[dpdk.git] / lib / librte_eal / common / include / rte_log.h
index db1ea08..f83a0d9 100644 (file)
@@ -143,6 +143,11 @@ uint32_t rte_get_log_level(void);
  */
 void rte_set_log_type(uint32_t type, int enable);
 
+/**
+ * Get the global log type.
+ */
+uint32_t rte_get_log_type(void);
+
 /**
  * Get the current loglevel for the message being processed.
  *