projects
/
l2tpns.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
off by one
[l2tpns.git]
/
l2tpns.h
diff --git
a/l2tpns.h
b/l2tpns.h
index
684df59
..
770e252
100644
(file)
--- a/
l2tpns.h
+++ b/
l2tpns.h
@@
-1,5
+1,5
@@
// L2TPNS Global Stuff
// L2TPNS Global Stuff
-// $Id: l2tpns.h,v 1.5
4 2005/01/25 04:19:05
bodea Exp $
+// $Id: l2tpns.h,v 1.5
5 2005/02/09 00:16:19
bodea Exp $
#ifndef __L2TPNS_H__
#define __L2TPNS_H__
#ifndef __L2TPNS_H__
#define __L2TPNS_H__
@@
-470,7
+470,6
@@
typedef struct
unsigned long rl_rate; // default throttle rate
int num_tbfs; // number of throttle buckets
unsigned long rl_rate; // default throttle rate
int num_tbfs; // number of throttle buckets
- int save_state;
char accounting_dir[128];
in_addr_t bind_address;
in_addr_t peer_address;
char accounting_dir[128];
in_addr_t bind_address;
in_addr_t peer_address;