repo.or.cz
/
ksplice.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Don't build the ksplice core twice.
[ksplice.git]
/
kmodsrc
/
offsets.h
blob
93eec60282fb2adb8d41201cd0337f1b3e5a65c7
1
struct
table_section
{
2
const char
*
sect
;
3
int
entry_size
;
4
int
entry_contents_size
;
5
int
entry_align
;
6
int
has_addr
;
7
int
addr_offset
;
8
const char
*
other_sect
;
9
int
other_offset
;
10
const char
*
crc_sect
;
11
int
crc_size
;
12
};
13
14
struct
ksplice_config
{
15
int
ignore_devinit
;
16
int
ignore_cpuinit
;
17
int
ignore_meminit
;
18
};