1gearman_parse_servers(3) Gearman gearman_parse_servers(3)
2
3
4
6 gearman_parse_servers - Gearman Declarations
7
9 #include <libgearman/gearman.h>
10
11 gearman_return_t gearman_parse_servers(const char *servers, gear‐
12 man_parse_server_fn *callback, void *context);
13
15 Utility function used for parsing server lists. *
16
18 [in] servers String containing a list of servers to parse.
19
20 [in] callback Function to call for each server that is found.
21
22 [in] context Argument to pass along with callback function.
23
25 Standard Gearman return value.
26
28 The Gearman homepage: http://www.gearman.org/
29
31 Bugs should be reported at https://bugs.launchpad.net/gearmand
32
34 Copyright (C) 2008 Brian Aker, Eric Day. All rights reserved.
35
36 Use and distribution licensed under the BSD license. See the COPYING
37 file in the original source for full text.
38
39
40
41Gearman 2010-03-15 gearman_parse_servers(3)