remctl_new (3) Linux Manual Page
remctl_new – Create a new remctl client Synopsis #include <remctl.h> struct remctl *remctl_new(void); Description remctl_new() creates a new remctl client. The resulting remctl struct is opaque from the perspective of the caller, but should be the first argument to all subsequent calls into the remctl API. Normally, the next call after remctl_new() would be remctl_open()…
