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_argument_make - Gearmand Documentation, http://gearman.info/

Author

Description

       The gearman_argument_make() function initializes gearman_argument_t.

       gearman_argument_t  is an abstraction used passing arguments too gearman_execute(). The arguments are not
       copied, so any object that is used to initialize gearman_argument_t must continue to exist throughout the
       lifetime/usage of the structure.

Name

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

See Also

gearmand(8)libgearman(3)gearman_client_error() or gearman_worker_error()

Synopsis

       #include <libgearman/gearman.h>

       typegearman_argument_tgearman_argument_tgearman_argument_make(constchar*name,constsize_tname_length,constchar*value,constsize_tvalue_size)

       Compile and link with -lgearman

See Also