zmq_term

Langue: en

Autres versions - même langue

Version: 03/16/2010 (ubuntu - 24/10/10)

Section: 3 (Bibliothèques de fonctions)

NAME

zmq_term - terminate 0MQ context

SYNOPSIS

int zmq_term (void *context);

DESCRIPTION

The zmq_term() function terminates the 0MQ context context.

If there are still sockets open within context at the time zmq_term() is called the call will succeed but the actual shutdown of context will be delayed until the last socket within it is closed.

RETURN VALUE

The zmq_term() function shall return zero if successful. Otherwise it shall return -1 and set errno to one of the values defined below.

ERRORS

No errors are defined.

SEE ALSO

zmq(7) zmq_init(3)

AUTHORS

The 0MQ documentation was written by Martin Sustrik <m[blue]sustrik@250bpm.comm[][1]> and Martin Lucina <m[blue]mato@kotelna.skm[][2]>.

NOTES

1.
sustrik@250bpm.com
mailto:sustrik@250bpm.com
2.
mato@kotelna.sk
mailto:mato@kotelna.sk