Table of Contents

Name

thrulay_close - close a thrulay test.

Synopsis

#include <thrulay.h>

int thrulay_close(int tid);

Description

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 Values

Return 0 on success. Otherwise, an error code is returned.

Bugs

Please send bug reports to <huadongliu@gmail.com>.

Author

Huadong Liu <huadongliu@gmail.com>

Homepage

http://thrulay-hd.sourceforge.net/

See Also

thrulay_init(3)


Table of Contents