X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Flearning-switch.c;h=63edc0fb8c1bacefe859253d4d399cef0b1d3377;hb=a23aab1fc2f66b63ba9b7e4b9c9a8f6d58c367d0;hp=9ed725a7a45dc425fdb4504b47e06c8fb98c25a6;hpb=10a24935c9d382e4d85b05d9616843f3d3bb4983;p=openvswitch diff --git a/lib/learning-switch.c b/lib/learning-switch.c index 9ed725a7..63edc0fb 100644 --- a/lib/learning-switch.c +++ b/lib/learning-switch.c @@ -40,7 +40,7 @@ #include "vconn.h" #include "vlog.h" -VLOG_DEFINE_THIS_MODULE(learning_switch) +VLOG_DEFINE_THIS_MODULE(learning_switch); struct lswitch_port { struct hmap_node hmap_node; /* Hash node for port number. */