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

« back to all changes in this revision

Viewing changes to docs/man/man3/gearman_worker_add_servers.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_worker_add_servers 3 2009-07-19 "Gearman" "Gearman"
 
2
.SH NAME
 
3
gearman_worker_add_servers \- Worker Interface
 
4
.SH SYNOPSIS
 
5
.B #include <libgearman/gearman.h>
 
6
.sp
 
7
.BI "gearman_return_t gearman_worker_add_servers(gearman_worker_st " *worker ", const char *servers);"
 
8
.SH DESCRIPTION
 
9
Add a list of job servers to a worker. The format for the server list is:
 
10
SERVER[:PORT][,SERVER[:PORT]]...
 
11
Some examples are:
 
12
10.0.0.1,10.0.0.2,10.0.0.3
 
13
localhost:1234,jobserver2.domain.com:7003,10.0.0.3
 
14
.SH PARAMETERS
 
15
.TP
 
16
.BR worker
 
17
Worker structure previously initialized with
 
18
gearman_worker_create or gearman_worker_clone.
 
19
.TP
 
20
.BR servers
 
21
Server list described above.
 
22
.SH "RETURN VALUE"
 
23
Standard gearman return value.
 
24
.SH "SEE ALSO"
 
25
The Gearman homepage: http://www.gearman.org/
 
26
.SH BUGS
 
27
Bugs should be reported at https://bugs.launchpad.net/gearmand
 
28
.SH COPYING
 
29
Copyright (C) 2008 Brian Aker, Eric Day. All rights reserved.
 
30
 
 
31
Use and distribution licensed under the BSD license. See the COPYING file in the original source for full text.