]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_eal/common/eal_private.h
eal: introduce thread uninit helper
[dpdk.git] / lib / librte_eal / common / eal_private.h
index 5d8b53882d685a4bcafab9bde19220fe4a65642a..a77ac7a9632d25d8d8fc27cff89c504807b67fde 100644 (file)
@@ -709,4 +709,9 @@ eal_get_application_usage_hook(void);
  */
 void __rte_thread_init(unsigned int lcore_id, rte_cpuset_t *cpuset);
 
+/**
+ * Uninitialize per-lcore info for current thread.
+ */
+void __rte_thread_uninit(void);
+
 #endif /* _EAL_PRIVATE_H_ */