classifier: Update thread safety notes.
authorBen Pfaff <blp@nicira.com>
Wed, 25 Sep 2013 22:38:57 +0000 (15:38 -0700)
committerBen Pfaff <blp@nicira.com>
Sun, 3 Nov 2013 04:31:07 +0000 (21:31 -0700)
Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/classifier.h

index 671bc80..6f8c186 100644 (file)
  * Thread-safety
  * =============
  *
- * When locked properly, the classifier is thread safe as long as the following
- * conditions are satisfied.
- * - Only the main thread calls functions requiring a write lock.
- * - Only the main thread is allowed to iterate over rules. */
+ * The classifier may safely be accessed by many reader threads concurrently or
+ * by a single writer. */
 
 #include "flow.h"
 #include "hmap.h"