mio_sink_tcp.h
Go to the documentation of this file.00001 /* 00002 ** mio_sink_tcp.c 00003 ** Multiple I/O active UDP datagram sink 00004 ** 00005 ** ------------------------------------------------------------------------ 00006 ** Copyright (C) 2006 Carnegie Mellon University. All Rights Reserved. 00007 ** ------------------------------------------------------------------------ 00008 ** Authors: Brian Trammell <bht@cert.org> 00009 ** ------------------------------------------------------------------------ 00010 ** GNU Lesser GPL Rights pursuant to Version 2.1, February 1999 00011 ** Government Purpose License Rights (GPLR) pursuant to DFARS 252.225-7013 00012 ** ------------------------------------------------------------------------ 00013 */ 00014 00022 /* idem hack */ 00023 #ifndef _AIRFRAME_MIO_SINK_TCP_H_ 00024 #define _AIRFRAME_MIO_SINK_TCP_H_ 00025 #include <airframe/mio.h> 00026 00046 gboolean mio_sink_init_tcp( 00047 MIOSink *sink, 00048 const char *spec, 00049 MIOType vsp_type, 00050 void *cfg, 00051 GError **err); 00052 00053 /* end idem */ 00054 #endif