ofproto: Simplify thread creation API.
[sliver-openvswitch.git] / ofproto / ofproto-provider.h
index cc1967f..77553f6 100644 (file)
@@ -458,7 +458,7 @@ extern unsigned flow_eviction_threshold;
 
 /* Number of upcall handler threads. Only affects the ofproto-dpif
  * implementation. */
-extern unsigned n_handler_threads;
+extern size_t n_handlers;
 
 /* Determines which model to use for handling misses in the ofproto-dpif
  * implementation */