Commit 30677541 authored by Alessandro Rubini's avatar Alessandro Rubini

trivial: remove unused fields in msg_tmp union

Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent ec927082
......@@ -194,14 +194,10 @@ struct pp_instance {
union {
MsgSync sync;
MsgFollowUp follow;
MsgDelayReq req;
MsgDelayResp resp;
MsgPDelayReq preq;
MsgPDelayResp presp;
MsgPDelayRespFollowUp prespfollow;
MsgManagement manage;
MsgAnnounce announce;
MsgSignaling signaling;
} msg_tmp;
UInteger16 *sent_seq_id; /* sequence id of the last message sent of the
* same type
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment