Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions dht.go.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
#define FALSE 0
#define TRUE 1

// local declaration of included functions
int sched_setscheduler(pid_t pid, int policy, const struct sched_param *param);

// Keep pin no, file descriptors for data reading/writing
// and for specifying input/output mode.
typedef struct {
Expand Down