NAME

catsock_enablefds - enable disabled I/O descriptors

SYNOPSIS

#include <cat/cat.h>

int catsock_enablefds(cat_session *sess, int fd_ids);

DESCRIPTION

This function makes catsock_run() start serving I/O on the fd_ids descriptors of the session sess again.

The descriptors should previously have been disabled by a call to catsock_disablefds().

The function returns CAT_OK if successful.

SEE ALSO

cat, catnet

catsock_disablefds, catsock_run