From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Sun, 26 Jun 2011 13:36:16 +0200 References: <1308319887-2117-1-git-send-email-ordex@autistici.org> In-Reply-To: <1308319887-2117-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: <201106261336.16840.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCH] batman-adv: unify flags for tt_change/tt_local_entry/tt_global_entry 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 Friday, June 17, 2011 04:11:27 PM Antonio Quartulli wrote: > The tt_local_entry structure now has a 'flags' field. This helps to > unify the flags format to all the client related structures > (tt_global_entry and tt_change). The 'never_purge' field is now encoded in > the 'flags' one. > > Moreover 'enum tt_change_flags' is now called 'enum tt_client_flags' and > the defined values apply to the tt_local_entry, tt_global_entry and the > tt_change 'flags' field. Applied in revision 763a3c2. Thanks, Marek