mirror of
https://github.com/jambonz/freeswitch-modules.git
synced 2025-12-19 08:27:44 +00:00
* add mod_dub Signed-off-by: Dave Horton <daveh@beachdognet.com> * remove some locks --------- Signed-off-by: Dave Horton <daveh@beachdognet.com>
12 lines
207 B
C
12 lines
207 B
C
#ifndef _COMMON_H_
|
|
#define _COMMON_H_
|
|
|
|
#include <boost/circular_buffer.hpp>
|
|
|
|
|
|
typedef boost::circular_buffer<int16_t> CircularBuffer_t;
|
|
typedef int32_t downloadId_t;
|
|
|
|
#define INVALID_DOWNLOAD_ID (-1)
|
|
|
|
#endif |