From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Tue, 23 Nov 2010 00:44:57 +0100 References: <1290462354-17246-1-git-send-email-linus.luessing@ascom.ch> In-Reply-To: <1290462354-17246-1-git-send-email-linus.luessing@ascom.ch> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Message-Id: <201011230044.58352.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCH 1/2] batctl: Fix bisecting of OGMs with 32bit seqno Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: The list for a Better Approach To Mobile Ad-hoc Networking On Monday 22 November 2010 22:45:53 Linus L=C3=BCssing wrote: > -static int seqno_event_new(char *iface_addr, char *orig, char > *prev_sender, char *neigh, int seqno, int tq, int ttl) +static int > seqno_event_new(char *iface_addr, char *orig, char *prev_sender, char > *neigh, int64_t seqno, int tq, int ttl) Didn't you forget to adjust the seqno size in the seqno_event and seqno_tra= ce=20 struct ? Simply declaring it 64bit in the function header won't do much goo= d=20 =2E.. Regards, Marek