Gearman Developer Documentation
- Global _client_add_task (gearman_client_st *client, gearman_task_st *task, void *context, gearman_command_t command, const char *function_name, size_t function_name_length, const char *unique, size_t unique_name_length, const void *workload, size_t workload_size, gearman_return_t *ret_ptr)
- fix it so that NULL is done by default by the API not by happenstance.
- Global gearman_event_watch_fn )(gearman_connection_st *con, short events, void *context)
- this is only used by the server and should be made private.