commit | 3c6952624a8f600f9a0fbc1f5db5560a7ef9b13e | [log] [tgz] |
---|---|---|
author | Gerrit Renker <gerrit@erg.abdn.ac.uk> | Wed Nov 15 21:27:47 2006 -0200 |
committer | David S. Miller <davem@sunset.davemloft.net> | Sat Dec 02 21:23:49 2006 -0800 |
tree | 294924e950000cd786b0cdaf026ed58b2f81102d | |
parent | 6bb100b9fc8f1ce330231b360028ab705a9f0378 [diff] |
[DCCP]: Introduce DCCP_{BUG{_ON},CRIT} macros, use enum:8 for the ccid3 states This patch tackles the following problem: * the ccid3_hc_{t,r}x_sock define ccid3hc{t,r}x_state as `u8', but in reality there can only be a few, pre-defined enum names * this necessitates addiditional checking for unexpected values which would otherwise be caught by the compiler Signed-off-by: Gerrit Renker <gerrit@erg.abdn.ac.uk> Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>