1GEARMAN_ARGUMENT_MAKE(3) Gearmand GEARMAN_ARGUMENT_MAKE(3)
2
3
4
6 gearman_argument_make - Gearmand Documentation, http://gearman.info/
7
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
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
27 gearmand(8) libgearman(3) gearman_client_error() or gearman_worker_er‐
28 ror()
29
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_MAKE(3)