#ifndef cp2_msg_inc_cc_who_ru_h #define cp2_msg_inc_cc_who_ru_h /* Cesar project {{{ * * Copyright (C) 2008 Spidcom * * <<>> * * }}} */ /** * \file cp2/msg/inc/cc_who_ru.h * \brief CC_WHO_RU messages. * \ingroup cp2_msg */ /** Data associated with a CC_WHO_RU.CNF message. */ struct cp_msg_cc_who_ru_cnf_t { /** NID of network being queried. */ cp_nid_t nid; /** CCo MAC address. */ mac_t cco_mac; /** HFID of AVLN. */ char avln_hfid[CP_HFID_SIZE + 1]; }; typedef struct cp_msg_cc_who_ru_cnf_t cp_msg_cc_who_ru_cnf_t; #endif /* cp2_msg_inc_cc_who_ru_h */