gearman_worker_set_identifier - Gearmand Documentation, http://gearman.info/
Contents
Copyright
2011-2014, Data Differential, http://www.datadifferential.com/
1.1.20+ds Mar 19, 2025 GEARMAN_WORKER_SET_IDENTIFIER(3)
Description
gearman_worker_set_identifier() sets the identifier that the server uses to identify the worker.
Home
To find out more information please check: http://gearman.info/SEEALSO:gearmandGearmanClient/WorkerLibrarygearman_worker_stName
gearman_worker_set_identifier - Gearmand Documentation, http://gearman.info/Return Value
gearman_worker_set_identifier() return gearman_return_t.
Synopsis
#include <libgearman/gearman.h>
gearman_return_tgearman_worker_set_identifier(gearman_worker_st*worker,constchar*id,size_tid_size)
Link with -lgearman
