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

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
.TH gearmand_port_add 3 2009-09-29 "Gearman" "Gearman"
.SH NAME
gearmand_port_add \- Gearmand
.SH SYNOPSIS
.B #include <libgearman/gearman.h>
.sp
.BI " gearman_return_t gearmand_port_add(gearmand_st " *gearmand ", in_port_t " port ",  gearman_con_add_fn *function);"
.SH DESCRIPTION
Add a port to listen on when starting server with optional callback.
.SH PARAMETERS
.TP
.BR gearmand
Server instance structure previously initialized with
gearmand_create.
.TP
.BR port
Port for the server to listen on.
.TP
.BR function
Optional callback function that is called when a connection
has been accepted on the given port.
.SH "RETURN VALUE"
Standard gearman return value.
.SH "SEE ALSO"
The Gearman homepage: http://www.gearman.org/
.SH BUGS
Bugs should be reported at https://bugs.launchpad.net/gearmand
.SH COPYING
Copyright (C) 2008 Brian Aker, Eric Day. All rights reserved.

Use and distribution licensed under the BSD license. See the COPYING file in the original source for full text.