mirror of
https://github.com/protobuf-c/protobuf-c.git
synced 2024-12-29 07:19:42 +08:00
9 lines
103 B
C
9 lines
103 B
C
|
|
struct _ProtobufC_SCTP_Channel
|
|
{
|
|
int fd;
|
|
protobuf_c_boolean is_passive; /* ie the server */
|
|
};
|
|
|
|
|