Remove vestigial support for Spanning Tree Protocol.
[openvswitch] / lib / jsonrpc.c
index 32d34b4f1a60fb2cab5ee33c453c927c9c76374d..5d394c68050e2afa5d8d1f31acc786b1ac2f4f38 100644 (file)
@@ -32,9 +32,9 @@
 #include "reconnect.h"
 #include "stream.h"
 #include "timeval.h"
-
-#define THIS_MODULE VLM_jsonrpc
 #include "vlog.h"
+
+VLOG_DEFINE_THIS_MODULE(jsonrpc)
 \f
 struct jsonrpc {
     struct stream *stream;