2013-11-16 15:54:49 -05:00

9 lines
103 B
C

struct _ProtobufC_SCTP_Channel
{
int fd;
protobuf_c_boolean is_passive; /* ie the server */
};