[sheepdog] [PATCH v2 03/10] work: remove sheep_priv.h and trace.h from include files

Liu Yuan namei.unix at gmail.com
Tue May 14 05:03:01 CEST 2013


On 05/13/2013 11:11 PM, MORITA Kazutaka wrote:
> +int init_work_queue(size_t (*get_nr_nodes)(void), void (*create_cb)(pthread_t),
> +		    void (*destroy_cb)(pthread_t))
>  {
>  	int ret;
>  
> +	wq_get_nr_nodes = get_nr_nodes;
> +

create_cb and destroy_cb don't assign anything.

Thanks,
Yuan



More information about the sheepdog mailing list