#ifndef _COMMON_H_ #define _COMMON_H_ #include typedef boost::circular_buffer CircularBuffer_t; typedef int32_t downloadId_t; #define INVALID_DOWNLOAD_ID (-1) #endif