projects
/
paraslash.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Kill fields buf, loaded and output_error of struct receiver node.
[paraslash.git]
/
sched.h
diff --git
a/sched.h
b/sched.h
index
26aaabe
..
f119025
100644
(file)
--- a/
sched.h
+++ b/
sched.h
@@
-63,7
+63,7
@@
struct task {
/** Position of the task in the post_select list of the scheduler. */
struct list_head post_select_node;
/** Descriptive text and current status of the task. */
/** Position of the task in the post_select list of the scheduler. */
struct list_head post_select_node;
/** Descriptive text and current status of the task. */
- char status[
MAXLINE
];
+ char status[
255
];
};
/**
};
/**
@@
-79,3
+79,6
@@
int schedule(struct sched *s);
char *get_task_list(void);
int kill_task(char *id);
void sched_shutdown(void);
char *get_task_list(void);
int kill_task(char *id);
void sched_shutdown(void);
+void sched_min_delay(struct sched *s);
+void sched_request_timeout(struct timeval *timeout, struct sched *s);
+void sched_request_timeout_ms(long unsigned ms, struct sched *s);