1gearman_worker_remove_options(3) Gearman gearman_worker_remove_options(3)
2
3
4
6 gearman_worker_remove_options - Worker Declarations
7
9 #include <libgearman/gearman.h>
10
11 void gearman_worker_remove_options(gearman_worker_st *worker, gear‐
12 man_worker_options_t options);
13
15 Remove options for a worker structure. *
16
18 [in] worker Structure previously initialized with gear‐
19 man_worker_create() or gearman_worker_clone().
20
21 options
22 Available options for worker structures.
23
25 The Gearman homepage: http://www.gearman.org/
26
28 Bugs should be reported at https://bugs.launchpad.net/gearmand
29
31 Copyright (C) 2008 Brian Aker, Eric Day. All rights reserved.
32
33 Use and distribution licensed under the BSD license. See the COPYING
34 file in the original source for full text.
35
36
37
38Gearman 2010-03-15 gearman_worker_remove_options(3)