~clint-fewbar/ubuntu/precise/gearmand/drop-unneeded-patches

« back to all changes in this revision

Viewing changes to docs/man/man3/gearman_client_set_workload_free.3

  • Committer: Bazaar Package Importer
  • Author(s): Monty Taylor
  • Date: 2009-08-11 10:06:22 UTC
  • mto: (1.2.3 upstream) (6.1.1 sid)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20090811100622-6ig4iknanc73olum
ImportĀ upstreamĀ versionĀ 0.9

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH gearman_client_set_workload_free 3 2009-07-19 "Gearman" "Gearman"
 
2
.SH NAME
 
3
gearman_client_set_workload_free \- Client Interface
 
4
.SH SYNOPSIS
 
5
.B #include <libgearman/gearman.h>
 
6
.sp
 
7
.BI "void gearman_client_set_workload_free(gearman_client_st " *client ", gearman_free_fn " *workload_free ", const void *workload_free_arg);"
 
8
.SH DESCRIPTION
 
9
Set custom memory free function for workloads. Normally gearman uses the
 
10
standard system free to free memory used with workloads. This function
 
11
is used instead.
 
12
.SH PARAMETERS
 
13
.TP
 
14
.BR client
 
15
Client structure previously initialized with
 
16
gearman_client_create or gearman_client_clone.
 
17
.TP
 
18
.BR workload_free
 
19
Memory free function to replace free().
 
20
.TP
 
21
.BR workload_free_arg
 
22
Argument to pass along to workload_free.
 
23
.SH "SEE ALSO"
 
24
The Gearman homepage: http://www.gearman.org/
 
25
.SH BUGS
 
26
Bugs should be reported at https://bugs.launchpad.net/gearmand
 
27
.SH COPYING
 
28
Copyright (C) 2008 Brian Aker, Eric Day. All rights reserved.
 
29
 
 
30
Use and distribution licensed under the BSD license. See the COPYING file in the original source for full text.