|
NAMEpbs_disconnect - disconnect from a pbs batch serverSYNOPSIS#include <pbs_error.h>#include <pbs_ifl.h> int pbs_disconnect(int connect) DESCRIPTIONThe virtual stream connection specified by connect, which was established with a server by a call to pbs_connect(), is closed.SEE ALSOpbs_connect(3B)DIAGNOSTICSWhen the connection to batch server has been successfully closed, the routine will return zero. Otherwise, a non zero error is returned. The error number is also set in pbs_errno.
Visit the GSP FreeBSD Man Page Interface. |