1gearman_client_create(3)            Gearman           gearman_client_create(3)
2
3
4

NAME

6       gearman_client_create - Client Declarations
7

SYNOPSIS

9       #include <libgearman/gearman.h>
10
11        gearman_client_st *gearman_client_create(gearman_client_st *client);
12

DESCRIPTION

14       Initialize  a  client  structure. Always check the return value even if
15       passing in a pre-allocated structure.  Some  other  initialization  may
16       have  failed. It is not required to memset() a structure before providā€
17       ing it.  *
18

PARAMETERS

20              [in] client Caller allocated structure, or NULL to allocate one.
21

RETURN VALUE

23       On success, a pointer to the (possibly allocated) structure. On failure
24       this will be NULL.
25

SEE ALSO

27       The Gearman homepage: http://www.gearman.org/
28

BUGS

30       Bugs should be reported at https://bugs.launchpad.net/gearmand
31

COPYING

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