|
About Us People Research Publications Funding Download SMesh Spines Spread Secure Spread |
NAME
spines_init - sets the default Spines server for the library
SYNOPSIS
#include "spines_lib.h"
int spines_init(const struct sockaddr *serv_addr);
DESCRIPTION
spines_init defines the default Spines server that will
be used in subsequent spines_socket() calls, unless
otherwise specified.
serv_addr represent the address of the Spines server.
RETURN VALUE
-1 is returned if an error occurs; otherwise it returns 1
|