1gearman_worker_function_exist(3) Gearman gearman_worker_function_exist(3)
2
3
4
6 gearman_worker_function_exist - Worker Declarations
7
9 #include <libgearman/gearman.h>
10
11 bool gearman_worker_function_exist(gearman_worker_st *worker, const
12 char *function_name, size_t function_length);
13
15 See if a function exists in the server. It will not return true if the
16 function is currently being de-allocated.
17
19 [in] worker gearman_worker_st that will be used.
20
21 [in] function_name Function name for search.
22
23 [in] function_length Length of function name.
24
26 bool
27
29 The Gearman homepage: http://www.gearman.org/
30
32 Bugs should be reported at https://bugs.launchpad.net/gearmand
33
35 Copyright (C) 2008 Brian Aker, Eric Day. All rights reserved.
36
37 Use and distribution licensed under the BSD license. See the COPYING
38 file in the original source for full text.
39
40
41
42Gearman 2010-03-15 gearman_worker_function_exist(3)