X-Git-Url: http://www.project-moonshot.org/gitweb/?p=trust_router.git;a=blobdiff_plain;f=include%2Ftr_event.h;fp=include%2Ftr_event.h;h=55cc27287f1e4913c41ef1b40fa99b211e0f666b;hp=dc9386004e3589b32485ad2d4cf9ad4896f10b53;hb=6f65c9cce86719147d0b4dcc9823b25443c2d185;hpb=eaa1a8ceed54fbfadc2638cf383aaa12ab446a57 diff --git a/include/tr_event.h b/include/tr_event.h index dc93860..55cc272 100644 --- a/include/tr_event.h +++ b/include/tr_event.h @@ -41,7 +41,7 @@ /* struct for hanging on to a socket listener event */ struct tr_socket_event { - size_t n_sock_fd; /* how many of those are filled in? */ + int n_sock_fd; /* how many of those are filled in? */ int sock_fd[TR_MAX_SOCKETS]; /* the fd for the socket */ struct event *ev[TR_MAX_SOCKETS]; /* its events */ };