streamers / loop.h @ 03de31e0
History | View | Annotate | Download (324 Bytes)
1 | 7f591208 | Csaba Kiraly | /*
|
---|---|---|---|
2 | * Copyright (c) 2010 Luca Abeni
|
||
3 | * Copyright (c) 2010 Csaba Kiraly
|
||
4 | *
|
||
5 | * This is free software; see gpl-3.0.txt
|
||
6 | */
|
||
7 | 2abd0645 | Luca Abeni | #ifndef LOOP_H
|
8 | #define LOOP_H
|
||
9 | |||
10 | 0a40460a | Luca | void loop(struct nodeID *s, int period, int buff_size); |
11 | 03de31e0 | Csaba Kiraly | void source_loop(const char *fname, struct nodeID *s, int csize, int chunks, int buff_size); |
12 | 89e893e2 | Luca | |
13 | 2abd0645 | Luca Abeni | #endif /* LOOP_H */ |