repo.or.cz
/
trinity.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
plan to cleanup the fd generation code
[trinity.git]
/
include
/
trinity.h
blob
a33ac84aec276715e57fc9a33e593bd8fc0b58ce
1
#pragma once
2
3
#include <unistd.h>
4
#include <sys/types.h>
5
6
extern
unsigned int
num_online_cpus
;
7
8
#define __unused__ __attribute((unused))
9
10
extern
char
*
progname
;
11
12
void
main_loop
(
void
);
13
14
void
init_watchdog
(
void
);
15
unsigned int
check_if_fd
(
unsigned int
child
);
16
17
void
regenerate
(
void
);