logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

gearman_worker_set_identifier - Gearmand Documentation, http://gearman.info/

Author

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_st

Name

       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

See Also