[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lwip-devel] Proposing change to netif state member
From: |
Simon Goldschmidt |
Subject: |
Re: [lwip-devel] Proposing change to netif state member |
Date: |
Mon, 19 Mar 2012 21:10:53 +0100 |
Sprow <address@hidden> wrote:
> Please at least leave the '*' with the state!
That would be an unnecessary limitation to me: you're free to do this:
#define NETIF_STATE_TYPE void*
when not hard-coding the *, while you couldn't use a non-pointer type if you
hard coded the *.
Simon