#include <cogent.h>
int IP_AddFDHandler(int fd);
This function tells IP_Receive that it should accept input from the given file descriptor, and return IP_FD whenever a read event occurs on that descriptor.
Copyright © 1995-2006 by Cogent Real-Time Systems, Inc. All rights reserved.