Revision 9b429d2f
chunk_signaling.h | ||
---|---|---|
1 |
#ifndef CHUNK_TRADING_H
|
|
2 |
#define CHUNK_TRADING_H
|
|
1 |
#ifndef CHUNK_SIGNALING_H
|
|
2 |
#define CHUNK_SIGNALING_H
|
|
3 | 3 |
|
4 | 4 |
#include <sys/time.h> |
5 | 5 |
#include "chunkbuffer.h" |
... | ... | |
28 | 28 |
int future;//future use... |
29 | 29 |
} ; |
30 | 30 |
|
31 |
|
|
32 |
struct timeval simple_push(struct chunk_buffer *); |
|
33 |
|
|
34 |
|
|
35 |
|
|
36 |
|
|
37 | 31 |
#endif |
Also available in: Unified diff