projects
/
l2tpns.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add note about fragmentation in Docs/manual.html, and a sample
[l2tpns.git]
/
cluster.h
diff --git
a/cluster.h
b/cluster.h
index
f4e2a40
..
00e8e9b
100644
(file)
--- a/
cluster.h
+++ b/
cluster.h
@@
-1,5
+1,5
@@
// L2TPNS Clustering Stuff
// L2TPNS Clustering Stuff
-// $Id: cluster.h,v 1.1
1 2005-05-26 12:17
:30 bodea Exp $
+// $Id: cluster.h,v 1.1
2 2005-06-02 11:32
:30 bodea Exp $
#ifndef __CLUSTER_H__
#define __CLUSTER_H__
#ifndef __CLUSTER_H__
#define __CLUSTER_H__
@@
-57,8
+57,10
@@
typedef struct {
typedef struct { /* Used to update byte counters on the */
/* master. */
uint32_t sid;
typedef struct { /* Used to update byte counters on the */
/* master. */
uint32_t sid;
- uint32_t in;
- uint32_t out;
+ uint32_t pin;
+ uint32_t pout;
+ uint32_t cin;
+ uint32_t cout;
} bytest;
typedef struct {
} bytest;
typedef struct {