On Thu, Sep 02, 2010 at 06:24:28PM +0000, [email protected] wrote: > > --- lib/core/common.h 2010-07-14 16:01:50 +0000 > +++ lib/core/common.h 2010-09-02 18:20:43 +0000 > @@ -52,6 +52,13 @@ > # define RVS UNUSED > #endif > > +/** marking for firewall function parameters */ > +#ifdef CONFIG_HIP_FIREWALL > +# define HIPFW > +#else > +# define HIPFW UNUSED > +#endif > + > /** marking for OPPORTUNISTIC-specific function parameters */ > #ifdef CONFIG_HIP_OPPORTUNISTIC > # define OPP
We now have four of these macros. This is getting ugly. Diego _______________________________________________ Mailing list: https://launchpad.net/~hipl-core Post to : [email protected] Unsubscribe : https://launchpad.net/~hipl-core More help : https://help.launchpad.net/ListHelp

