ofproto-dpif: Use sequence number to wake up main thread for
[sliver-openvswitch.git] / lib / ovs-rcu.c
index 1843ef5..269f51b 100644 (file)
@@ -227,6 +227,7 @@ ovsrcu_call_postponed(void)
 static void *
 ovsrcu_postpone_thread(void *arg OVS_UNUSED)
 {
+    set_subprogram_name("urcu");
     pthread_detach(pthread_self());
 
     for (;;) {