Update primary code license to Apache 2.0.
[cascardo/ovs.git] / lib / vlog-modules.def
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
17 /* Modules that can emit log messages. */
18 VLOG_MODULE(backtrace)
19 VLOG_MODULE(brcompatd)
20 VLOG_MODULE(bridge)
21 VLOG_MODULE(chain)
22 VLOG_MODULE(cfg)
23 VLOG_MODULE(cfg_mod)
24 VLOG_MODULE(controller)
25 VLOG_MODULE(coverage)
26 VLOG_MODULE(ctlpath)
27 VLOG_MODULE(daemon)
28 VLOG_MODULE(datapath)
29 VLOG_MODULE(dhcp)
30 VLOG_MODULE(dhcp_client)
31 VLOG_MODULE(discovery)
32 VLOG_MODULE(dpif)
33 VLOG_MODULE(dpctl)
34 VLOG_MODULE(executer)
35 VLOG_MODULE(ezio_term)
36 VLOG_MODULE(fail_open)
37 VLOG_MODULE(fault)
38 VLOG_MODULE(flow)
39 VLOG_MODULE(in_band)
40 VLOG_MODULE(leak_checker)
41 VLOG_MODULE(learning_switch)
42 VLOG_MODULE(mac_learning)
43 VLOG_MODULE(mgmt)
44 VLOG_MODULE(netdev)
45 VLOG_MODULE(netflow)
46 VLOG_MODULE(netlink)
47 VLOG_MODULE(ofctl)
48 VLOG_MODULE(ovs_discover)
49 VLOG_MODULE(ofproto)
50 VLOG_MODULE(pktbuf)
51 VLOG_MODULE(pcap)
52 VLOG_MODULE(poll_loop)
53 VLOG_MODULE(port_watcher)
54 VLOG_MODULE(proc_net_compat)
55 VLOG_MODULE(process)
56 VLOG_MODULE(secchan)
57 VLOG_MODULE(rconn)
58 VLOG_MODULE(stp)
59 VLOG_MODULE(stp_secchan)
60 VLOG_MODULE(stats)
61 VLOG_MODULE(status)
62 VLOG_MODULE(svec)
63 VLOG_MODULE(switch)
64 VLOG_MODULE(terminal)
65 VLOG_MODULE(timeval)
66 VLOG_MODULE(tty)
67 VLOG_MODULE(socket_util)
68 VLOG_MODULE(switchui)
69 VLOG_MODULE(unixctl)
70 VLOG_MODULE(vconn_tcp)
71 VLOG_MODULE(vconn_ssl)
72 VLOG_MODULE(vconn_stream)
73 VLOG_MODULE(vconn_unix)
74 VLOG_MODULE(vconn)
75 VLOG_MODULE(vlog)
76 VLOG_MODULE(wcelim)
77 VLOG_MODULE(vswitchd)
78 VLOG_MODULE(vt)
79 VLOG_MODULE(xenserver)
80
81 #undef VLOG_MODULE