1GEARMAN_WORKER_SET_IDENTIFIER(3) Gearmand GEARMAN_WORKER_SET_IDENTIFIER(3)
2
3
4
6 gearman_worker_set_identifier - Gearmand Documentation, http://gear‐
7 man.info/
8
10 #include <libgearman/gearman.h>
11
12 gearman_return_t gearman_worker_set_identifier(gear‐
13 man_worker_st *worker, const char *id, size_t id_size)
14
15 Link with -lgearman
16
18 gearman_worker_set_identifier() sets the identifier that the server
19 uses to identify the worker.
20
22 gearman_worker_set_identifier() return gearman_return_t.
23
25 To find out more information please check: http://gearman.info/
26
27 SEE ALSO:
28 gearmand ../libgearman gearman_worker_st
29
31 Data Differential http://www.datadifferential.com/
32
34 2011-2014, Data Differential, http://www.datadifferential.com/
35
36
37
38
391.1.18 December 11, 201G7EARMAN_WORKER_SET_IDENTIFIER(3)