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 cleanup the bootstrap update immediately when bootstrapping fails.
[ksplice.git]
/
kmodsrc
/
offsets.h
blob
7fe3152656bb27275e3daaf864624f609c0ed3aa
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
relative_addr
;
8
int
addr_offset
;
9
const char
*
other_sect
;
10
int
relative_other
;
11
int
other_offset
;
12
const char
*
crc_sect
;
13
int
crc_size
;
14
};
15
16
struct
ksplice_config
{
17
int
ignore_devinit
;
18
int
ignore_cpuinit
;
19
int
ignore_meminit
;
20
};