Exemplo n.º 1
0
int compare_9p_owner_key(hash_buffer_t * buff1, hash_buffer_t * buff2)
{
  return compare_9p_owner((state_owner_t *)buff1->pdata,
                          (state_owner_t *)buff2->pdata);

}                               /* compare_9p_owner */
Exemplo n.º 2
0
int compare_9p_owner_key(struct gsh_buffdesc *buff1, struct gsh_buffdesc *buff2)
{
	return compare_9p_owner(buff1->addr, buff2->addr);

}