]> git.droids-corp.org - dpdk.git/blobdiff - examples/performance-thread/common/lthread_mutex.h
gpudev: add communication list
[dpdk.git] / examples / performance-thread / common / lthread_mutex.h
index cd866f87b889ecdbc958ce73c6ba373ad968d74d..730092bdf8bbbee3fae0057f5bb40cde9ed85f88 100644 (file)
@@ -17,7 +17,7 @@ extern "C" {
 
 struct lthread_mutex {
        struct lthread *owner;
-       rte_atomic64_t  count;
+       uint64_t count;
        struct lthread_queue *blocked __rte_cache_aligned;
        struct lthread_sched *root_sched;
        char                    name[MAX_MUTEX_NAME_SIZE];