#include <tx.h>
Data Fields | |
gpointer | owner |
Object owning the stack. | |
gnet_host_t | host |
Host information (ip, port). | |
const struct txdrv_ops * | ops |
Dynamically dispatched operations. | |
txdriver * | upper |
Layer above, NULL if none. | |
txdriver * | lower |
Layer underneath, NULL if none. | |
gint | flags |
Driver flags. | |
tx_service_t | srv_routine |
Service routine of upper TX layer. | |
gpointer | srv_arg |
Service routine argument. | |
gpointer | opaque |
Used by heirs to store specific info. |
|
Driver flags.
|
|
Host information (ip, port).
|
|
Layer underneath, NULL if none.
|
|
Used by heirs to store specific info.
|
|
Dynamically dispatched operations.
|
|
Object owning the stack.
|
|
Service routine argument.
|
|
Service routine of upper TX layer.
|
|
Layer above, NULL if none.
|