git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
792e6d3
)
dccp ccid-3: Remove redundant 'options_received' struct
author
Gerrit Renker
<gerrit@erg.abdn.ac.uk>
Sun, 19 Sep 2010 18:14:23 +0000
(20:14 +0200)
committer
Gerrit Renker
<gerrit@erg.abdn.ac.uk>
Tue, 21 Sep 2010 10:14:26 +0000
(12:14 +0200)
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>
No differences found