X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fvlog-modules.def;h=ce298b55ebe8e01a93b2692ca657d7f340d03bab;hb=1125a1b9dc3ffe95bddafa7f85a95d0e337c01ca;hp=833c20a4cd69ecc0f2844081f7beda64a2c9d8d1;hpb=064af42167bf4fc9aaea2702d80ce08074b889c0;p=openvswitch diff --git a/lib/vlog-modules.def b/lib/vlog-modules.def index 833c20a4..ce298b55 100644 --- a/lib/vlog-modules.def +++ b/lib/vlog-modules.def @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2008, 2009 Nicira Networks. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at: + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + /* Modules that can emit log messages. */ VLOG_MODULE(backtrace) VLOG_MODULE(brcompatd) @@ -14,10 +30,13 @@ VLOG_MODULE(dhcp) VLOG_MODULE(dhcp_client) VLOG_MODULE(discovery) VLOG_MODULE(dpif) +VLOG_MODULE(dpif_linux) +VLOG_MODULE(dpif_netdev) VLOG_MODULE(dpctl) VLOG_MODULE(executer) VLOG_MODULE(ezio_term) VLOG_MODULE(fail_open) +VLOG_MODULE(fatal_signal) VLOG_MODULE(fault) VLOG_MODULE(flow) VLOG_MODULE(in_band) @@ -26,21 +45,22 @@ VLOG_MODULE(learning_switch) VLOG_MODULE(mac_learning) VLOG_MODULE(mgmt) VLOG_MODULE(netdev) +VLOG_MODULE(netdev_linux) VLOG_MODULE(netflow) VLOG_MODULE(netlink) VLOG_MODULE(ofctl) VLOG_MODULE(ovs_discover) VLOG_MODULE(ofproto) +VLOG_MODULE(openflowd) VLOG_MODULE(pktbuf) VLOG_MODULE(pcap) VLOG_MODULE(poll_loop) VLOG_MODULE(port_watcher) VLOG_MODULE(proc_net_compat) VLOG_MODULE(process) -VLOG_MODULE(secchan) VLOG_MODULE(rconn) +VLOG_MODULE(rtnetlink) VLOG_MODULE(stp) -VLOG_MODULE(stp_secchan) VLOG_MODULE(stats) VLOG_MODULE(status) VLOG_MODULE(svec)