projects
/
l2tpns.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix service_name management and add pppoe_only_equal_svc_name parameter
[l2tpns.git]
/
tbf.c
diff --git
a/tbf.c
b/tbf.c
index
0b3a38b
..
c6273ce
100644
(file)
--- a/
tbf.c
+++ b/
tbf.c
@@
-1,7
+1,5
@@
// L2TPNS: token bucket filters
// L2TPNS: token bucket filters
-char const *cvs_id_tbf = "$Id: tbf.c,v 1.12 2005/05/02 09:55:04 bodea Exp $";
-
#include <string.h>
#include "l2tpns.h"
#include "util.h"
#include <string.h>
#include "l2tpns.h"
#include "util.h"
@@
-159,10
+157,10
@@
void fsck_tbfs(void)
// If we can send it right away, we do. Else we
// try and queue it to send later. Else we drop it.
//
// If we can send it right away, we do. Else we
// try and queue it to send later. Else we drop it.
//
-int tbf_queue_packet(int tbf_id,
char *
data, int size)
+int tbf_queue_packet(int tbf_id,
uint8_t *
data, int size)
{
int i;
{
int i;
- tbft *
f;
+ tbft *f;
if (!filter_list)
return -1;
if (!filter_list)
return -1;