blog_channels_defines.h 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. #define BLOG_CHANNEL_server 0
  2. #define BLOG_CHANNEL_client 1
  3. #define BLOG_CHANNEL_flooder 2
  4. #define BLOG_CHANNEL_tun2socks 3
  5. #define BLOG_CHANNEL_ncd 4
  6. #define BLOG_CHANNEL_ncd_var 5
  7. #define BLOG_CHANNEL_ncd_list 6
  8. #define BLOG_CHANNEL_ncd_depend 7
  9. #define BLOG_CHANNEL_ncd_multidepend 8
  10. #define BLOG_CHANNEL_ncd_concat 9
  11. #define BLOG_CHANNEL_ncd_concatv 10
  12. #define BLOG_CHANNEL_ncd_concatlist 11
  13. #define BLOG_CHANNEL_ncd_if 12
  14. #define BLOG_CHANNEL_ncd_strcmp 13
  15. #define BLOG_CHANNEL_ncd_regex_match 14
  16. #define BLOG_CHANNEL_ncd_logical 15
  17. #define BLOG_CHANNEL_ncd_sleep 16
  18. #define BLOG_CHANNEL_ncd_print 17
  19. #define BLOG_CHANNEL_ncd_blocker 18
  20. #define BLOG_CHANNEL_ncd_ip_in_network 19
  21. #define BLOG_CHANNEL_ncd_run 20
  22. #define BLOG_CHANNEL_ncd_runonce 21
  23. #define BLOG_CHANNEL_ncd_synchronous_process 22
  24. #define BLOG_CHANNEL_ncd_process_manager 23
  25. #define BLOG_CHANNEL_ncd_net_backend_waitdevice 24
  26. #define BLOG_CHANNEL_ncd_net_backend_waitlink 25
  27. #define BLOG_CHANNEL_ncd_net_backend_badvpn 26
  28. #define BLOG_CHANNEL_ncd_net_backend_wpa_supplicant 27
  29. #define BLOG_CHANNEL_ncd_net_backend_rfkill 28
  30. #define BLOG_CHANNEL_ncd_net_up 29
  31. #define BLOG_CHANNEL_ncd_net_dns 30
  32. #define BLOG_CHANNEL_ncd_net_iptables 31
  33. #define BLOG_CHANNEL_ncd_net_ipv4_addr 32
  34. #define BLOG_CHANNEL_ncd_net_ipv4_route 33
  35. #define BLOG_CHANNEL_ncd_net_ipv4_dhcp 34
  36. #define BLOG_CHANNEL_ncd_net_watch_interfaces 35
  37. #define BLOG_CHANNEL_ncd_sys_watch_input 36
  38. #define BLOG_CHANNEL_ncd_sys_evdev 37
  39. #define BLOG_CHANNEL_ncd_sys_watch_directory 38
  40. #define BLOG_CHANNEL_StreamPeerIO 39
  41. #define BLOG_CHANNEL_DatagramPeerIO 40
  42. #define BLOG_CHANNEL_BReactor 41
  43. #define BLOG_CHANNEL_BSignal 42
  44. #define BLOG_CHANNEL_FragmentProtoAssembler 43
  45. #define BLOG_CHANNEL_BPredicate 44
  46. #define BLOG_CHANNEL_ServerConnection 45
  47. #define BLOG_CHANNEL_Listener 46
  48. #define BLOG_CHANNEL_DataProto 47
  49. #define BLOG_CHANNEL_FrameDecider 48
  50. #define BLOG_CHANNEL_BSocksClient 49
  51. #define BLOG_CHANNEL_BDHCPClientCore 50
  52. #define BLOG_CHANNEL_BDHCPClient 51
  53. #define BLOG_CHANNEL_NCDIfConfig 52
  54. #define BLOG_CHANNEL_BUnixSignal 53
  55. #define BLOG_CHANNEL_BProcess 54
  56. #define BLOG_CHANNEL_PRStreamSink 55
  57. #define BLOG_CHANNEL_PRStreamSource 56
  58. #define BLOG_CHANNEL_PacketProtoDecoder 57
  59. #define BLOG_CHANNEL_DPRelay 58
  60. #define BLOG_CHANNEL_BThreadWork 59
  61. #define BLOG_CHANNEL_DPReceive 60
  62. #define BLOG_CHANNEL_BInputProcess 61
  63. #define BLOG_CHANNEL_NCDUdevMonitorParser 62
  64. #define BLOG_CHANNEL_NCDUdevMonitor 63
  65. #define BLOG_CHANNEL_NCDUdevCache 64
  66. #define BLOG_CHANNEL_NCDUdevManager 65
  67. #define BLOG_CHANNEL_BTime 66
  68. #define BLOG_CHANNEL_BEncryption 67
  69. #define BLOG_CHANNEL_SPProtoDecoder 68
  70. #define BLOG_CHANNEL_LineBuffer 69
  71. #define BLOG_CHANNEL_BTap 70
  72. #define BLOG_CHANNEL_lwip 71
  73. #define BLOG_CHANNEL_NCDConfigParser 72
  74. #define BLOG_CHANNEL_nsskey 73
  75. #define BLOG_CHANNEL_addr 74
  76. #define BLOG_CHANNEL_PasswordListener 75
  77. #define BLOG_CHANNEL_NCDInterfaceMonitor 76
  78. #define BLOG_CHANNEL_NCDRfkillMonitor 77
  79. #define BLOG_CHANNEL_udpgw 78
  80. #define BLOG_CHANNEL_UdpGwClient 79
  81. #define BLOG_CHANNEL_SocksUdpGwClient 80
  82. #define BLOG_CHANNEL_BNetwork 81
  83. #define BLOG_CHANNEL_BConnection 82
  84. #define BLOG_CHANNEL_BSSLConnection 83
  85. #define BLOG_CHANNEL_BDatagram 84
  86. #define BLOG_CHANNEL_PeerChat 85
  87. #define BLOG_NUM_CHANNELS 86