Teonet library  0.4.7
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
tr-udp_stat.h
Go to the documentation of this file.
1 
10 #ifndef NET_TR_UDP_STAT_H
11 #define NET_TR_UDP_STAT_H
12 
13 #include "tr-udp.h"
14 
15 #ifdef __cplusplus
16 extern "C" {
17 #endif
18 
19 #define MODULE _ANSI_LIGHTGREEN "tr_udp_stat" _ANSI_NONE
20 
21 #include "trudp_stat.h"
22 #include "ev_mgr.h"
23 
24 #define KE(tu) (ksnetEvMgrClass *)tu->user_data
25 
26 int ksnTRUDPstatShow(trudpData *tu);
27 int ksnTRUDPqueuesShow(trudpData *td);
28 
29 
30 #ifdef __cplusplus
31 }
32 #endif
33 
34 #endif /* NET_TR_UDP_STAT_H */
int ksnTRUDPstatShow(trudpData *tu)
File: tr-udp_stat.c Author: Kirill Scherba kirill@scherba.ru
Definition: tr-udp_stat.c:23
int ksnTRUDPqueuesShow(trudpData *td)
Show TR-UDP queues list on terminal.
Definition: tr-udp_stat.c:47