1gearman_client_set_created_fn(3)    Gearman   gearman_client_set_created_fn(3)
2
3
4

NAME

6       gearman_client_set_created_fn - Concurrent Task Interface
7

SYNOPSIS

9       #include <libgearman/gearman.h>
10
11         void  gearman_client_set_created_fn(gearman_client_st *client,  gear‐
12       man_created_fn *function);
13

DESCRIPTION

15       Callback function when a job has been created for a task.  *
16

PARAMETERS

18              [in]  client  Structure  previously   initialized   with   gear‐
19              man_client_create() or gearman_client_clone().
20
21              [in] function Function to call.
22

SEE ALSO

24       The Gearman homepage: http://www.gearman.org/
25

BUGS

27       Bugs should be reported at https://bugs.launchpad.net/gearmand
28

COPYING

30       Copyright (C) 2008 Brian Aker, Eric Day. All rights reserved.
31
32       Use  and  distribution  licensed under the BSD license. See the COPYING
33       file in the original source for full text.
34
35
36
37Gearman                           2010-03-15  gearman_client_set_created_fn(3)
Impressum