NAME

catsock_disablefds - disable I/O descriptors

SYNOPSIS

#include <cat/cat.h>

int catsock_disablefds(cat_session *sess, int fd_ids);

DESCRIPTION

This function stops catsock_run() from serving any more I/O on the specified descriptors of a session. Use this function with care.

The function returns CAT_OK if successful.

SEE ALSO

cat, catnet

catsock_enablefds, catsock_run