Mercurial > pt1
comparison recpt1/recpt1.c @ 21:b63f5c100e5a
made recpt1 link against b25 shared object.
author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
---|---|
date | Wed, 25 Feb 2009 22:55:34 +0900 |
parents | 84ff6ef710ea |
children | f2cce7becf52 |
comparison
equal
deleted
inserted
replaced
20:669f7080a8dc | 21:b63f5c100e5a |
---|---|
24 #include "decoder.h" | 24 #include "decoder.h" |
25 | 25 |
26 /* globals */ | 26 /* globals */ |
27 int f_exit = FALSE; | 27 int f_exit = FALSE; |
28 | 28 |
29 /* type definitions */ | |
29 typedef struct sock_data { | 30 typedef struct sock_data { |
30 int sfd; /* socket fd */ | 31 int sfd; /* socket fd */ |
31 struct sockaddr_in addr; | 32 struct sockaddr_in addr; |
32 } sock_data; | 33 } sock_data; |
33 | 34 |