Table of Contents
thrulay_close - close a thrulay test.
#include <thrulay.h>
int thrulay_close(int tid);
thrulay_close resets the test entry
corresponding to tid in the global registry. If the test process is still
running, stop it and close all the connections btween the client and server.
Return 0 on success. Otherwise, an error code is returned.
Please send bug reports to <huadongliu@gmail.com>.
Huadong Liu
<huadongliu@gmail.com>
http://thrulay-hd.sourceforge.net/
thrulay_init(3)
Table of Contents