[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20100818.142315.183039464.davem@davemloft.net>
Date: Wed, 18 Aug 2010 14:23:15 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: xeb@...l.ru
Cc: eric.dumazet@...il.com, netdev@...r.kernel.org
Subject: Re: [PATCH v3] PPTP: PPP over IPv4 (Point-to-Point Tunneling
Protocol)
From: Dmitry Kozlov <xeb@...l.ru>
Date: Wed, 18 Aug 2010 14:38:58 +0400
> Hi Eric!
> Thanks for comments. All your comments was accepted except:
>
>> > +static struct ppp_channel_ops pptp_chan_ops = {
>>
>> static const ?
>
> not, because po->chan.ops = &pptp_chan_ops which is not const
Yes it is:
davem@...set:~/src/GIT/linux-2.6$ git grep ppp_channel_ops -- include/linux/
include/linux/ppp_channel.h:struct ppp_channel_ops {
include/linux/ppp_channel.h: const struct ppp_channel_ops *ops; /* operations for this channel */
davem@...set:~/src/GIT/linux-2.6$
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists