Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 6438
b: refs/heads/master
c: 5cea0dd
h: refs/heads/master
v: v3
  • Loading branch information
Arnaldo Carvalho de Melo authored and David S. Miller committed Aug 29, 2005
1 parent e2f4b7c commit cafc101
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4524b259541e1eea07020af825d8e7b0e4faaec5
refs/heads/master: 5cea0ddce56ff3406a81fbbab80ef45c65701673
4 changes: 4 additions & 0 deletions trunk/net/dccp/ccids/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,8 @@ config IP_DCCP_CCID3

If in doubt, say M.

config IP_DCCP_TFRC_LIB
depends on IP_DCCP_CCID3
def_tristate IP_DCCP_CCID3

endmenu
4 changes: 3 additions & 1 deletion trunk/net/dccp/ccids/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
obj-$(CONFIG_IP_DCCP_CCID3) += dccp_ccid3.o

dccp_ccid3-y := ccid3.o lib/loss_interval.o lib/packet_history.o
dccp_ccid3-y := ccid3.o

obj-y += lib/
3 changes: 3 additions & 0 deletions trunk/net/dccp/ccids/lib/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
obj-$(CONFIG_IP_DCCP_TFRC_LIB) += dccp_tfrc_lib.o

dccp_tfrc_lib-y := loss_interval.o packet_history.o
6 changes: 6 additions & 0 deletions trunk/net/dccp/ccids/lib/packet_history.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
*/

#include <linux/config.h>
#include <linux/module.h>
#include <linux/string.h>

#include "packet_history.h"
Expand Down Expand Up @@ -197,3 +198,8 @@ void dccp_tx_hist_purge(struct dccp_tx_hist *hist, struct list_head *list)
}

EXPORT_SYMBOL_GPL(dccp_tx_hist_purge);

MODULE_AUTHOR("Ian McDonald <iam4@cs.waikato.ac.nz>, "
"Arnaldo Carvalho de Melo <acme@ghostprotocols.net>");
MODULE_DESCRIPTION("DCCP TFRC library");
MODULE_LICENSE("GPL");

0 comments on commit cafc101

Please sign in to comment.