]> git.droids-corp.org - dpdk.git/blobdiff - examples/performance-thread/common/lthread_mutex.h
net/octeontx: add start and stop support
[dpdk.git] / examples / performance-thread / common / lthread_mutex.h
index 4d30b2e7191485a0e9052abf767d41a40f567a1e..e78db91dc28123eefcd1096c59ca7d03474906c3 100644 (file)
 #ifndef LTHREAD_MUTEX_H_
 #define LTHREAD_MUTEX_H_
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 #include "lthread_queue.h"
 
 
@@ -49,4 +53,8 @@ struct lthread_mutex {
        uint64_t                diag_ref; /* optional ref to user diag data */
 } __rte_cache_aligned;
 
+#ifdef __cplusplus
+}
+#endif
+
 #endif /* LTHREAD_MUTEX_H_ */