]> bbs.cooldavid.org Git - net-next-2.6.git/commit
dccp ccid-3: Remove redundant 'options_received' struct
authorGerrit Renker <gerrit@erg.abdn.ac.uk>
Sun, 19 Sep 2010 18:14:23 +0000 (20:14 +0200)
committerGerrit Renker <gerrit@erg.abdn.ac.uk>
Tue, 21 Sep 2010 10:14:26 +0000 (12:14 +0200)
commit536bb20b45dee3f9b77b0d250f8ed0733a5cb025
treecb28f25c7c4c70f6d3c110fd7ddcf0666a5b04af
parent792e6d3389061ad449429b9ba228eb758c247ea0
dccp ccid-3: Remove redundant 'options_received' struct

The `options_received' struct is redundant, since it re-duplicates the existing
`p' and `x_recv' fields. This patch removes the sub-struct and migrates the
format conversion operations to ccid3_hc_tx_parse_options().

Signed-off-by: Gerrit Renker <gerrit@erg.abdn.ac.uk>
net/dccp/ccids/ccid3.c
net/dccp/ccids/ccid3.h