run_client

Opens a client connection and issues a request. The reply must be exactly what was sent.

int
run_client

Parameters

socket_path istring

the unix socket path.

Return Value

Type: int

0 on success

Throws

an exception if something goes wrong (could not connect, wrong reply, etc)

Meta