コード例 #1
0
ファイル: inter.hpp プロジェクト: DanieleDeSensi/Peafowl
 /*
  * It receives the message header.
  *
  * \param msg is the pointer of the message to be sent.
  * \param peer is the address of the peer where the message is sent.
  */
 inline bool gethdr(torecv_t& msg, int& peer) { return impl.gethdr(msg,peer); }