~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: Package Import Robot
  • Author(s): Stig Sandbeck Mathisen, Michael Fladischer, Stig Sandbeck Mathisen
  • Date: 2012-01-23 11:31:08 UTC
  • mfrom: (6.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20120123113108-wl1yhiba13q9jusb
Tags: 0.27-1
[Michael Fladischer]
* Patch: fix spelling
* Patch: remove dependency on googleanalytics
* Patch: fix tests
* Use non-authenticating URL for Vcs-Git.
* Add "status" action to init script.

[Stig Sandbeck Mathisen]
* New upstream release (Closes: #621486) (LP: #682680)
* Remove build dependency on drizzle
  (until it reaches testing again)
* Build with support for tokyocabinet
* Remove backported ipv6 patch
* Patch: disable hostile build tests, they take hours...
* Patch: workaround duplicate address issue for tests
* Do not build API documentation, the sources are not shipped in
  upstream tarball
* Update debian/copyright

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.TH gearman_worker_add_servers 3 2010-06-30 "Gearman" "Gearman"
2
 
.SH NAME
3
 
gearman_worker_add_servers \- Worker Declarations
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 LIBGEARMAN_BITFIELD234,jobserver2.domain.com:7003,10.0.0.3
14
 
*
15
 
.SH PARAMETERS
16
 
.TP
17
 
.BR 
18
 
[in] worker Structure previously initialized with
19
 
gearman_worker_create() or gearman_worker_clone().
20
 
.TP
21
 
.BR 
22
 
[in] servers Server list described above.
23
 
.SH "RETURN VALUE"
24
 
Standard gearman return value.
25
 
.SH "SEE ALSO"
26
 
The Gearman homepage: http://www.gearman.org/
27
 
.SH BUGS
28
 
Bugs should be reported at https://bugs.launchpad.net/gearmand
29
 
.SH COPYING
30
 
Copyright (C) 2008 Brian Aker, Eric Day. All rights reserved.
31
 
 
32
 
Use and distribution licensed under the BSD license. See the COPYING file in the original source for full text.