GEARMAN_WORKER_ERRNO(3) Gearmand GEARMAN_WORKER_ERRNO(3)NAMEgearman_worker_errno - Gearmand Documentation, http://gearman.info/
SYNOPSIS
#include <libgearman/gearman.h>
const char *gearman_worker_error(const gearman_worker_st *worker);
int gearman_worker_errno(gearman_worker_st *worker);
Link with -lgearman
DESCRIPTIONgearman_worker_error() and gearman_worker_errno() report on the last
errors that the worker reported/stored in gearman_worker_st(). If you
are interested in recording all errors please see gear‐
man_worker_set_log_fn().
RETURN VALUEgearman_worker_errno() returns the last errno that the worker recorded.
HOME
To find out more information please check: http://gearman.info/
SEE ALSOgearmand(8)libgearman(3)AUTHOR
Data Differential http://datadifferential.com/
COPYRIGHT
2011, Data Differential, http://datadifferential.com/
0.23 June 29, 2011 GEARMAN_WORKER_ERRNO(3)