Skip to content

Commit

Permalink
dccp ccid-2: Remove CCID naming redundancy 1/2
Browse files Browse the repository at this point in the history
This removes a redundancy in the CCID half-connection (hc) naming scheme:
 * instead of 'hctx->tx_...', write 'hc->tx_...';
 * instead of 'hcrx->rx_...', write 'hc->rx_...';

which works because the 'type' of the half-connection is encoded in the
'rx_' / 'tx_' prefixes.

Signed-off-by: Gerrit Renker <gerrit@erg.abdn.ac.uk>
Acked-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Gerrit Renker authored and David S. Miller committed Oct 7, 2009
1 parent 388d5e9 commit 77d2dd9
Showing 1 changed file with 161 additions and 161 deletions.
Loading

0 comments on commit 77d2dd9

Please sign in to comment.