From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Sun, 12 Feb 2012 22:27:09 +0800 References: <1328830902-11574-1-git-send-email-ordex@autistici.org> <1328830902-11574-9-git-send-email-ordex@autistici.org> In-Reply-To: <1328830902-11574-9-git-send-email-ordex@autistici.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201202122227.09751.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCHv5 8/9] batman-adv: add UNICAST_4ADDR packet type 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, February 10, 2012 07:41:41 Antonio Quartulli wrote: > +enum bat_subtype { > + BAT_P_DATA = 0x01, > + BAT_P_DHT_GET = 0x02, > + BAT_P_DHT_PUT = 0x03 > }; One more before I shut up and wait for the next patchset. ;-) BAT_P_DHT_GET / BAT_P_DHT_PUT isn't used anywhere. Regards, Marek