1gearman_client_clone(3) Gearman gearman_client_clone(3)
2
3
4
6 gearman_client_clone - Client Declarations
7
9 #include <libgearman/gearman.h>
10
11 gearman_client_st *gearman_client_clone(gearman_client_st *client,
12 const gearman_client_st *from);
13
15 Clone a client structure. *
16
18 [in] client Caller allocated structure, or NULL to allocate one.
19
20 [in] from Structure to use as a source to clone from.
21
23 Same return as gearman_client_create().
24
26 The Gearman homepage: http://www.gearman.org/
27
29 Bugs should be reported at https://bugs.launchpad.net/gearmand
30
32 Copyright (C) 2008 Brian Aker, Eric Day. All rights reserved.
33
34 Use and distribution licensed under the BSD license. See the COPYING
35 file in the original source for full text.
36
37
38
39Gearman 2010-03-15 gearman_client_clone(3)