gearman_worker_set_identifier - Man Page

Gearmand Documentation, http://gearman.info/

Synopsis

#include <libgearman/gearman.h>

gearman_return_t gearman_worker_set_identifier(gearman_worker_st *worker, const char *id, size_t id_size)

Link with -lgearman

Description

gearman_worker_set_identifier() sets the identifier that the server uses to identify the worker.

Return Value

gearman_worker_set_identifier() return gearman_return_t.

Home

To find out more information please check: http://gearman.info/

SEE ALSO:

gearmand ../libgearman  gearman_worker_st

Author

Data Differential http://www.datadifferential.com/

Info

Nov 06, 2023 1.1.21 Gearmand