projects
/
paraslash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
809dba0
)
audiod.h: Kill unused struct audiod_task
author
Andre Noll
<maan@systemlinux.org>
Mon, 5 Feb 2007 22:18:07 +0000
(23:18 +0100)
committer
Andre Noll
<maan@systemlinux.org>
Mon, 5 Feb 2007 22:18:07 +0000
(23:18 +0100)
The audiod task is an ordinary struct task.
audiod.h
patch
|
blob
|
history
diff --git
a/audiod.h
b/audiod.h
index
8ead334
..
7628c1e
100644
(file)
--- a/
audiod.h
+++ b/
audiod.h
@@
-79,16
+79,6
@@
struct slot_info {
struct writer_node_group *wng;
};
-/**
- * the main task of audiod
- *
- * \sa struct task, struct sched
- */
-struct audiod_task {
- struct timeval *now;
- struct task task;
-};
-
/**
* the task for obtaining para_server's status (para_client stat)
*