1gearman_task_give_workload(3) Gearman gearman_task_give_workload(3)
2
3
4
6 gearman_task_give_workload - Task Declarations
7
9 #include <libgearman/gearman.h>
10
11 void gearman_task_give_workload(gearman_task_st *task, const void
12 *workload, size_t workload_size);
13
15 Give allocated memory to task. After this, the library will be responā
16 sible for freeing the workload memory when the task is destroyed.
17
19 The Gearman homepage: http://www.gearman.org/
20
22 Bugs should be reported at https://bugs.launchpad.net/gearmand
23
25 Copyright (C) 2008 Brian Aker, Eric Day. All rights reserved.
26
27 Use and distribution licensed under the BSD license. See the COPYING
28 file in the original source for full text.
29
30
31
32Gearman 2010-03-15 gearman_task_give_workload(3)