From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Thu, 29 Nov 2012 11:18:30 +0800 References: <1354150462-4253-1-git-send-email-ordex@autistici.org> In-Reply-To: <1354150462-4253-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: <201211291118.30461.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCH] batman-adv: don't print the last_seen time for bat0 TT local 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 Thursday, November 29, 2012 08:54:22 Antonio Quartulli wrote: > @@ -504,19 +505,22 @@ int batadv_tt_local_seq_print_text(struct seq_file > *seq, void *offset) last_seen_secs = last_seen_msecs / 1000; > last_seen_msecs = last_seen_msecs % 1000; > > + no_purge = tt_common_entry->flags & > + BATADV_TT_CLIENT_NOPURGE; Do you think David will accept this ? Cheers, Marek