1gearman_task_send_workload(3) Gearman gearman_task_send_workload(3)
2
3
4
6 gearman_task_send_workload - Task Declarations
7
9 #include <libgearman/gearman.h>
10
11 size_t gearman_task_send_workload(gearman_task_st *task, const void
12 *workload, size_t workload_size, gearman_return_t *ret_ptr);
13
15 Send packet workload for a task.
16
18 The Gearman homepage: http://www.gearman.org/
19
21 Bugs should be reported at https://bugs.launchpad.net/gearmand
22
24 Copyright (C) 2008 Brian Aker, Eric Day. All rights reserved.
25
26 Use and distribution licensed under the BSD license. See the COPYING
27 file in the original source for full text.
28
29
30
31Gearman 2010-03-15 gearman_task_send_workload(3)