~mordred/gearmand/cancel-job

« back to all changes in this revision

Viewing changes to docs/man/gearman_worker_error.3

  • Committer: Brian Aker
  • Date: 2012-05-04 03:46:04 UTC
  • Revision ID: brian@tangent.org-20120504034604-5t22ae4v2o45zjkq
Update for libtest, documentation, and fix for root bzr dir.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.TH "GEARMAN_WORKER_ERROR" "3" "April 17, 2012" "0.32" "Gearmand"
 
1
.TH "GEARMAN_WORKER_ERROR" "3" "May 03, 2012" "0.33" "Gearmand"
2
2
.SH NAME
3
3
gearman_worker_error \- Gearmand Documentation, http://gearman.info/
4
4
.
35
35
#include <libgearman/gearman.h>
36
36
.INDENT 0.0
37
37
.TP
38
 
.B const char *gearman_worker_error(const gearman_worker_st *worker);
 
38
.B const char *gearman_worker_error(const gearman_worker_st\fI\ *worker\fP)
39
39
.UNINDENT
40
40
.INDENT 0.0
41
41
.TP
42
 
.B int gearman_worker_errno(gearman_worker_st *worker);
 
42
.B int gearman_worker_errno(gearman_worker_st\fI\ *worker\fP)
43
43
.UNINDENT
44
44
.sp
45
45
Link with \-lgearman
46
46
.SH DESCRIPTION
47
47
.sp
48
 
\fBgearman_worker_error()\fP and \fBgearman_worker_errno()\fP report on the last errors that the worker reported/stored in \fBgearman_worker_st()\fP. If you are interested in recording all errors please see \fBgearman_worker_set_log_fn()\fP.
 
48
\fI\%gearman_worker_error()\fP and \fI\%gearman_worker_errno()\fP report on the last errors that the worker reported/stored in \fBgearman_worker_st\fP. If you are interested in recording all errors please see \fBgearman_worker_set_log_fn()\fP.
49
49
.SH RETURN VALUE
50
50
.sp
51
 
\fBgearman_worker_errno()\fP returns the last \fIerrno\fP that the worker recorded.
 
51
\fI\%gearman_worker_errno()\fP returns the last \fIerrno\fP that the worker recorded.
52
52
.SH HOME
53
53
.sp
54
54
To find out more information please check: