From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Tue, 28 May 2013 15:10:03 +0800 References: <1369409129-1760-1-git-send-email-ordex@autistici.org> In-Reply-To: <1369409129-1760-1-git-send-email-ordex@autistici.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201305281510.03302.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCH 1/2] batman-adv: fix num_changes type to uint16_t 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: b.a.t.m.a.n@lists.open-mesh.org Cc: Antonio Quartulli On Friday, May 24, 2013 23:25:28 Antonio Quartulli wrote: > Since the introduction of the tvlv_tt_data struct variables > storing the number of TT changes are always declared as > uint16_t, however some of them were not changed. > > Switch them al to uint16_t. > > Introduced by 8405301b979466610a726b7d595b6bfee5306cf7 > ("batman-adv: tvlv - convert tt data sent within OGMs") > > Signed-off-by: Antonio Quartulli > --- > translation-table.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) Applied in revision 49d9c47. Thanks, Marek