debian man page for remctl_close

Query: remctl_close

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

REMCTL_CLOSE(3) 					     remctl Library Reference						   REMCTL_CLOSE(3)

NAME
remctl_close - Close a remctl connection and free the client object
SYNOPSIS
#include <remctl.h> void remctl_close(struct remctl *r);
DESCRIPTION
remctl_close() cleanly closes any connection to a remote server created via remctl_open() for the given client object and then frees the object created by remctl_new(). It should be called when the caller is finished with a remctl client object to avoid resource leaks. Following the call to remctl_close(), the r pointer to the remctl client object is no longer valid. remctl_close() is always successful, even if it is unable to send a clean protocol quit command to the remote server.
SEE ALSO
remctl_new(3), remctl_open(3) The current version of the remctl library and complete details of the remctl protocol are available from its web page at <http://www.eyrie.org/~eagle/software/remctl/>.
AUTHOR
Russ Allbery <rra@stanford.edu>
COPYRIGHT AND LICENSE
Copyright 2007, 2009 The Board of Trustees of the Leland Stanford Junior University Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. This file is offered as-is, without any warranty. 3.2 2012-06-19 REMCTL_CLOSE(3)
Related Man Pages
remctl_close(3) - debian
remctl_commandv(3) - debian
remctl_output(3) - debian
remctl_set_source_ip(3) - debian
net::remctl(3pm) - debian
Similar Topics in the Unix Linux Community
how i pass object or structure using tcp/ip protocol
Notice Board 1.1 (Default branch)
www-csli