From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Thu, 5 Jul 2012 23:06:55 +0200 References: <1341144554-27900-1-git-send-email-ordex@autistici.org> <1341144554-27900-2-git-send-email-ordex@autistici.org> In-Reply-To: <1341144554-27900-2-git-send-email-ordex@autistici.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201207052306.55869.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCHv4 1/3] batman-adv: add reference counting for type batadv_tt_orig_list_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 Sunday, July 01, 2012 14:09:12 Antonio Quartulli wrote: > The batadv_tt_orig_list_entry structure didn't have any refcounting > mechanism so far. This patch introduces it and makes the structure being > usable in much more complex context. > > Signed-off-by: Antonio Quartulli > --- > translation-table.c | 73 > +++++++++++++++++++++++++++++++++++---------------- > types.h | 1 + > 2 files changed, 51 insertions(+), 23 deletions(-) Applied in revision c5eb5bb. Thanks, Marek