GEARMAN_ARGUMENT_MAKE(3) | Gearmand | GEARMAN_ARGUMENT_MAKE(3) |
NAME¶
gearman_argument_make - Gearmand Documentation, http://gearman.info/
SYNOPSIS¶
#include <libgearman/gearman.h>
Compile and link with -lgearman
DESCRIPTION¶
The gearman_argument_make() function initializes gearman_argument_t.
gearman_argument_t is an abstraction used passing arguments too gearman_execute(). The arguments are not copied, so any object that is used to initialize gearman_argument_t must continue to exist throughout the lifetime/usage of the structure.
SEE ALSO¶
gearmand(8) libgearman(3) gearman_client_error() or gearman_worker_error()
AUTHOR¶
Data Differential http://www.datadifferential.com/
COPYRIGHT¶
2011-2024, Data Differential, http://www.datadifferential.com/
October 28, 2024 | 1.1.20+ds |