classifier: Change classifier_find_rule_exactly() to take a cls_rule *.
[openvswitch] / lib / ovsdb-idl.c
index cffc5dc1226283f2777ae33ac04a2f872bc9bfe8..46cc51ee70e3ffb06e177996fe87253ff1d7bbbf 100644 (file)
@@ -36,7 +36,7 @@
 #include "util.h"
 #include "vlog.h"
 
-VLOG_DEFINE_THIS_MODULE(ovsdb_idl)
+VLOG_DEFINE_THIS_MODULE(ovsdb_idl);
 
 /* An arc from one idl_row to another.  When row A contains a UUID that
  * references row B, this is represented by an arc from A (the source) to B