17 #ifndef YAMICORE_INCOMING_MESSAGE_FRAME_LIST_H_INCLUDED 18 #define YAMICORE_INCOMING_MESSAGE_FRAME_LIST_H_INCLUDED 28 struct incoming_frame;
29 struct incoming_message_frame_list
32 std::size_t header_size;
34 bool check_completeness;
36 incoming_frame * first_frame;
37 incoming_frame * last_frame;
39 incoming_message_frame_list * next_list;
46 #endif // YAMICORE_INCOMING_MESSAGE_FRAME_LIST_H_INCLUDED Namespace devoted for everything related to YAMI4.
Definition: agent.h:25