typedef struct {
  pthread_t		thread_tid;		/* thread ID */
  long			thread_count;	/* #connections handled */
} Thread;
Thread	*tptr;		/* array of Thread structures; calloc'ed */

int				listenfd, nthreads;
socklen_t		addrlen;


syntax highlighted by Code2HTML, v. 0.9.1