1gearman_client_echo(3) Gearman gearman_client_echo(3)
2
3
4
6 gearman_client_echo - Single Task Interface
7
9 #include <libgearman/gearman.h>
10
11 gearman_return_t gearman_client_echo(gearman_client_st *client, const
12 void *workload, size_t workload_size);
13
15 Send data to all job servers to see if they echo it back. This is a
16 test function to see if the job servers are responding properly. *
17
19 [in] client Structure previously initialized with gear‐
20 man_client_create() or gearman_client_clone().
21
22 [in] workload The workload to ask the server to echo back.
23
24 [in] workload_size Size of the workload.
25
27 Standard gearman return value.
28
30 The Gearman homepage: http://www.gearman.org/
31
33 Bugs should be reported at https://bugs.launchpad.net/gearmand
34
36 Copyright (C) 2008 Brian Aker, Eric Day. All rights reserved.
37
38 Use and distribution licensed under the BSD license. See the COPYING
39 file in the original source for full text.
40
41
42
43Gearman 2010-03-15 gearman_client_echo(3)