FACT++  1.0
int dll_empty ( DLL head)

Definition at line 88 of file dll.c.

References dll::next.

Referenced by do_dis_stop_serving_dns(), do_inform_clients(), do_update_service(), dtq_delete(), find_release_request(), handle_client_request(), handle_registration(), recv_rout(), release_conn(), release_request(), and release_service().

89 {
90  DISABLE_AST
91  if( head->next != head ) {
92  ENABLE_AST
93  return(0);
94  }
95  ENABLE_AST
96  return(1);
97 }
struct dll * next
Definition: dim.h:531

+ Here is the caller graph for this function: