1GEARMAN_ARGUMENT_T(3)              Gearmand              GEARMAN_ARGUMENT_T(3)
2
3
4

NAME

6       gearman_argument_t - Gearmand Documentation, http://gearman.info/
7

SYNOPSIS

9       #include <libgearman/gearman.h>
10
11       type gearman_argument_t
12
13       gearman_argument_t gearman_argument_make(const char *name, const size_t
14       name_length, const char *value, const size_t value_size)
15
16       Compile and link with -lgearman
17

DESCRIPTION

19       The gearman_argument_make() function initializes gearman_argument_t.
20
21       gearman_argument_t is an abstraction used passing arguments  too  gear‐
22       man_execute(). The arguments are not copied, so any object that is used
23       to initialize gearman_argument_t must continue to exist throughout  the
24       lifetime/usage of the structure.
25

SEE ALSO

27       gearmand(8)  libgearman(3) gearman_client_error() or gearman_worker_er‐
28       ror()
29

AUTHOR

31       Data Differential http://www.datadifferential.com/
32
34       2011-2014, Data Differential, http://www.datadifferential.com/
35
36
37
38
391.1.20                           Nov 19, 2022            GEARMAN_ARGUMENT_T(3)
Impressum