repo.or.cz
/
netsniff-ng.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
netsniff-ng: alias lb to rr as well
[netsniff-ng.git]
/
iosched.h
blob
19ff1ff9d859eaecb6683d6a773e4802e906b4bf
1
#ifndef IOSCHED_H
2
#define IOSCHED_H
3
4
extern
void
ioprio_print
(
void
);
5
extern
void
set_ioprio_rt
(
void
);
6
extern
void
set_ioprio_be
(
void
);
7
8
#endif
/* IOSCHED_H */