]> nv-tegra.nvidia Code Review - linux-2.6.git/commit - net/dccp
dccp: Debugging functions for feature negotiation
authorGerrit Renker <gerrit@erg.abdn.ac.uk>
Fri, 16 Jan 2009 23:36:33 +0000 (23:36 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 21 Jan 2009 22:34:05 +0000 (14:34 -0800)
commitf3f3abb62ccb1a1c77bcce855c04e12356e6ac95
tree6b3e73207a047e600ab44bfe126132c538f4d772
parent883ca833e5fb814fb03426c9d35e5489ce43e8da
dccp: Debugging functions for feature negotiation

Since all feature-negotiation processing now takes place in feat.c,
functions for producing verbose debugging output are concentrated
there.

New functions to print out values, entry records, and options are
provided, and also a macro is defined to not always have the function
name in the output line.

Thanks a lot to Wei Yongjun and Giuseppe Galeota for help and
discussion with an earlier revision of this patch.

Signed-off-by: Gerrit Renker <gerrit@erg.abdn.ac.uk>
Acked-by: Ian McDonald <ian.mcdonald@jandi.co.nz>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/dccp/dccp.h
net/dccp/feat.c
net/dccp/feat.h
net/dccp/options.c