X-Git-Url: http://www.project-moonshot.org/gitweb/?p=trust_router.git;a=blobdiff_plain;f=include%2Ftr_event.h;h=55cc27287f1e4913c41ef1b40fa99b211e0f666b;hp=dc9386004e3589b32485ad2d4cf9ad4896f10b53;hb=1a3ad555c6b58de28efb85e7ab07c2f35208ab0d;hpb=3fcf1090ac283dfb96bbc7ede879dc21ee1c3065 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 */ };