repo.or.cz
/
vde.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
copyright header
[vde.git]
/
vde
/
switch.h
blob
a940da83daa09b3e377b6627cfffe597fb69c62b
1
/* Copyright 2002 Jeff Dike
2
* Licensed under the GPL
3
*/
4
5
#ifndef __SWITCH_H__
6
#define __SWITCH_H__
7
8
#define ETH_ALEN 6
9
extern
int
daemonize
;
10
11
extern
void
**
g_fdsdata
;
12
extern
int
g_nfds
;
13
extern
int
g_minfds
;
14
15
#endif