]> git.proxmox.com Git - mirror_ovs.git/blame - lib/vlog-modules.def
svec: New function svec_split().
[mirror_ovs.git] / lib / vlog-modules.def
CommitLineData
a14bc59f
BP
1/*
2 * Copyright (c) 2008, 2009 Nicira Networks.
3 *
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at:
7 *
8 * http://www.apache.org/licenses/LICENSE-2.0
9 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
15 */
16
064af421
BP
17/* Modules that can emit log messages. */
18VLOG_MODULE(backtrace)
19VLOG_MODULE(brcompatd)
20VLOG_MODULE(bridge)
21VLOG_MODULE(chain)
22VLOG_MODULE(cfg)
23VLOG_MODULE(cfg_mod)
6bab3798 24VLOG_MODULE(collectors)
064af421
BP
25VLOG_MODULE(controller)
26VLOG_MODULE(coverage)
27VLOG_MODULE(ctlpath)
28VLOG_MODULE(daemon)
29VLOG_MODULE(datapath)
30VLOG_MODULE(dhcp)
31VLOG_MODULE(dhcp_client)
32VLOG_MODULE(discovery)
33VLOG_MODULE(dpif)
96fba48f 34VLOG_MODULE(dpif_linux)
72865317 35VLOG_MODULE(dpif_netdev)
064af421
BP
36VLOG_MODULE(dpctl)
37VLOG_MODULE(executer)
38VLOG_MODULE(ezio_term)
39VLOG_MODULE(fail_open)
6a0061cb 40VLOG_MODULE(fatal_signal)
064af421
BP
41VLOG_MODULE(fault)
42VLOG_MODULE(flow)
43VLOG_MODULE(in_band)
44VLOG_MODULE(leak_checker)
45VLOG_MODULE(learning_switch)
46VLOG_MODULE(mac_learning)
47VLOG_MODULE(mgmt)
48VLOG_MODULE(netdev)
e9e28be3 49VLOG_MODULE(netdev_linux)
064af421
BP
50VLOG_MODULE(netflow)
51VLOG_MODULE(netlink)
52VLOG_MODULE(ofctl)
53VLOG_MODULE(ovs_discover)
54VLOG_MODULE(ofproto)
8cd4882f 55VLOG_MODULE(openflowd)
064af421
BP
56VLOG_MODULE(pktbuf)
57VLOG_MODULE(pcap)
58VLOG_MODULE(poll_loop)
59VLOG_MODULE(port_watcher)
60VLOG_MODULE(proc_net_compat)
61VLOG_MODULE(process)
064af421 62VLOG_MODULE(rconn)
559843ed 63VLOG_MODULE(rtnetlink)
064af421 64VLOG_MODULE(stp)
064af421
BP
65VLOG_MODULE(stats)
66VLOG_MODULE(status)
67VLOG_MODULE(svec)
68VLOG_MODULE(switch)
69VLOG_MODULE(terminal)
70VLOG_MODULE(timeval)
71VLOG_MODULE(tty)
72VLOG_MODULE(socket_util)
73VLOG_MODULE(switchui)
74VLOG_MODULE(unixctl)
75VLOG_MODULE(vconn_tcp)
76VLOG_MODULE(vconn_ssl)
77VLOG_MODULE(vconn_stream)
78VLOG_MODULE(vconn_unix)
79VLOG_MODULE(vconn)
80VLOG_MODULE(vlog)
81VLOG_MODULE(wcelim)
82VLOG_MODULE(vswitchd)
83VLOG_MODULE(vt)
84VLOG_MODULE(xenserver)
85
86#undef VLOG_MODULE