Content-type: text/html Manpage of SOCKUREMOVECONNECTION

SOCKUREMOVECONNECTION

Section: CIM MRL (3)
Updated: Sept 1995
Index Return to Main Contents
 

NAME

SockURemoveConnection - remove a client connection from a server's client connection list  

SYNOPSIS

#include <SocketUtilities.h>

int SockURemoveConnection(SockUConnection **links, int fd)
 

DESCRIPTION

SockURemoveConnection() removes the client with file descriptor fd from the server's list of connected clients, links. This will need to be done if the client is to be ignored henceforth, the client has died, or the client has closed its own connection.  

RETURN VALUE

SockURemoveConnection() returns 1 if the file descriptor fd was found in the list in links and was removed. A 0 is returned if the file descriptor not found, in which case links is not changed.  

FILES

/local/mrl/include/SocketUtilities.h
header file
/local/mrl/lib/libSocketUtilities.a
library object code
 

SEE ALSO

libSocketUtilities(3), SockUAddConnection(3), SockUCloseAllConnections(3)  

AUTHORS


Gilbert Soucy, Paul MacKenzie, Marc Bolduc
({soucy,mackenzie,bolduc}@cim.mcgill.ca)
Centre for Intelligent Machines
McGill University, Montreal, Quebec, Canada.


 

Index

NAME
SYNOPSIS
DESCRIPTION
RETURN VALUE
FILES
SEE ALSO
AUTHORS

This document was created by man2html, using the manual pages.
Time: 16:41:57 GMT, February 05, 2002