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
wirefilter: bugfix and tuning. doc: worefilter man page updated
[vde.git]
/
vde
/
switch.h
blob
eaface613c53815e0254aced0dd48bf982e5677b
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
void
printlog
(
int
priority
,
const char
*
format
, ...);
10
11
extern
void
**
g_fdsdata
;
12
extern
int
g_nfds
;
13
extern
int
g_minfds
;
14
15
#endif