repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
arm: protect state after signal handler
[minix.git]
/
commands
/
service
/
config.h
blob
25aa270814e5c6060b861e2a8132fa02cb94fa3c
1
2
struct
rs_config
{
3
struct
rs_start rs_start
;
/* RS parameters */
4
const char
*
descr
;
/* human-readable description, if specified */
5
char
*
type
;
/* service type, if specified */
6
};
7