Imported Upstream version 16.07-rc1
[deb_dpdk.git] / examples / performance-thread / common / lthread_queue.h
index 0c39516..2c55fce 100644 (file)
@@ -129,7 +129,7 @@ _lthread_queue_create(const char *name)
 
        /* allocated stub node */
        stub = _qnode_alloc();
-       LTHREAD_ASSERT(stub);
+       RTE_ASSERT(stub);
 
        if (name != NULL)
                strncpy(new_queue->name, name, sizeof(new_queue->name));