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
doc: readme: give note about what tools are still experimental
[netsniff-ng.git]
/
proc.h
blob
0a31f36a1fca264575a906a523a8e2a5c644a16d
1
#ifndef PROC_H
2
#define PROC_H
3
4
extern
void
cpu_affinity
(
int
cpu
);
5
extern
int
set_proc_prio
(
int
prio
);
6
extern
int
set_sched_status
(
int
policy
,
int
priority
);
7
8
#endif
/* PROC_H */