|
|
@@ -14,37 +14,38 @@
|
|
|
#define BLOG_CHANNEL_ncd_ip_in_network 13
|
|
|
#define BLOG_CHANNEL_ncd_run 14
|
|
|
#define BLOG_CHANNEL_ncd_net_backend_physical 15
|
|
|
-#define BLOG_CHANNEL_ncd_net_backend_badvpn 16
|
|
|
-#define BLOG_CHANNEL_ncd_net_dns 17
|
|
|
-#define BLOG_CHANNEL_ncd_net_iptables 18
|
|
|
-#define BLOG_CHANNEL_ncd_net_ipv4_addr 19
|
|
|
-#define BLOG_CHANNEL_ncd_net_ipv4_dhcp 20
|
|
|
-#define BLOG_CHANNEL_ncd_net_ipv4_route 21
|
|
|
-#define BLOG_CHANNEL_StreamPeerIO 22
|
|
|
-#define BLOG_CHANNEL_DatagramPeerIO 23
|
|
|
-#define BLOG_CHANNEL_BReactor 24
|
|
|
-#define BLOG_CHANNEL_BSignal 25
|
|
|
-#define BLOG_CHANNEL_FragmentProtoAssembler 26
|
|
|
-#define BLOG_CHANNEL_BPredicate 27
|
|
|
-#define BLOG_CHANNEL_ServerConnection 28
|
|
|
-#define BLOG_CHANNEL_Listener 29
|
|
|
-#define BLOG_CHANNEL_DataProto 30
|
|
|
-#define BLOG_CHANNEL_FrameDecider 31
|
|
|
-#define BLOG_CHANNEL_BSocksClient 32
|
|
|
-#define BLOG_CHANNEL_BDHCPClientCore 33
|
|
|
-#define BLOG_CHANNEL_BDHCPClient 34
|
|
|
-#define BLOG_CHANNEL_NCDIfConfig 35
|
|
|
-#define BLOG_CHANNEL_BUnixSignal 36
|
|
|
-#define BLOG_CHANNEL_BProcess 37
|
|
|
-#define BLOG_CHANNEL_StreamSocketSink 38
|
|
|
-#define BLOG_CHANNEL_StreamSocketSource 39
|
|
|
-#define BLOG_CHANNEL_DatagramSocketSink 40
|
|
|
-#define BLOG_CHANNEL_DatagramSocketSource 41
|
|
|
-#define BLOG_CHANNEL_PRStreamSink 42
|
|
|
-#define BLOG_CHANNEL_PRStreamSource 43
|
|
|
-#define BLOG_CHANNEL_BSocketPRFileDesc 44
|
|
|
-#define BLOG_CHANNEL_PacketProtoDecoder 45
|
|
|
-#define BLOG_CHANNEL_DPRelay 46
|
|
|
-#define BLOG_CHANNEL_BThreadWork 47
|
|
|
-#define BLOG_CHANNEL_DPReceive 48
|
|
|
-#define BLOG_NUM_CHANNELS 49
|
|
|
+#define BLOG_CHANNEL_ncd_net_backend_waitdevice 16
|
|
|
+#define BLOG_CHANNEL_ncd_net_backend_badvpn 17
|
|
|
+#define BLOG_CHANNEL_ncd_net_dns 18
|
|
|
+#define BLOG_CHANNEL_ncd_net_iptables 19
|
|
|
+#define BLOG_CHANNEL_ncd_net_ipv4_addr 20
|
|
|
+#define BLOG_CHANNEL_ncd_net_ipv4_dhcp 21
|
|
|
+#define BLOG_CHANNEL_ncd_net_ipv4_route 22
|
|
|
+#define BLOG_CHANNEL_StreamPeerIO 23
|
|
|
+#define BLOG_CHANNEL_DatagramPeerIO 24
|
|
|
+#define BLOG_CHANNEL_BReactor 25
|
|
|
+#define BLOG_CHANNEL_BSignal 26
|
|
|
+#define BLOG_CHANNEL_FragmentProtoAssembler 27
|
|
|
+#define BLOG_CHANNEL_BPredicate 28
|
|
|
+#define BLOG_CHANNEL_ServerConnection 29
|
|
|
+#define BLOG_CHANNEL_Listener 30
|
|
|
+#define BLOG_CHANNEL_DataProto 31
|
|
|
+#define BLOG_CHANNEL_FrameDecider 32
|
|
|
+#define BLOG_CHANNEL_BSocksClient 33
|
|
|
+#define BLOG_CHANNEL_BDHCPClientCore 34
|
|
|
+#define BLOG_CHANNEL_BDHCPClient 35
|
|
|
+#define BLOG_CHANNEL_NCDIfConfig 36
|
|
|
+#define BLOG_CHANNEL_BUnixSignal 37
|
|
|
+#define BLOG_CHANNEL_BProcess 38
|
|
|
+#define BLOG_CHANNEL_StreamSocketSink 39
|
|
|
+#define BLOG_CHANNEL_StreamSocketSource 40
|
|
|
+#define BLOG_CHANNEL_DatagramSocketSink 41
|
|
|
+#define BLOG_CHANNEL_DatagramSocketSource 42
|
|
|
+#define BLOG_CHANNEL_PRStreamSink 43
|
|
|
+#define BLOG_CHANNEL_PRStreamSource 44
|
|
|
+#define BLOG_CHANNEL_BSocketPRFileDesc 45
|
|
|
+#define BLOG_CHANNEL_PacketProtoDecoder 46
|
|
|
+#define BLOG_CHANNEL_DPRelay 47
|
|
|
+#define BLOG_CHANNEL_BThreadWork 48
|
|
|
+#define BLOG_CHANNEL_DPReceive 49
|
|
|
+#define BLOG_NUM_CHANNELS 50
|