repo.or.cz
/
haiku.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
btrfs: [] on the end of a struct field is a variable length array.
[haiku.git]
/
headers
/
private
/
net
/
net_routing_info.h
blob
287f957ac76b03b73b297da69582c2b3df8c386b
1
/*
2
* Copyright 2006, Haiku, Inc. All Rights Reserved.
3
* Distributed under the terms of the MIT License.
4
*/
5
#ifndef NET_ROUTING_INFO_H
6
#define NET_ROUTING_INFO_H
7
8
9
struct
net_routing_info
{
10
void
*
root
;
11
void
*
default_route
;
12
13
int
addr_start
;
14
int
addr_end
;
15
};
16
17
#endif
// NET_ROUTING_INFO_H