host/config/compressmode.h (4 lines of code) (raw):
///
/// \file compressmode.h
///
/// \brief various compression modes supported.
///
/// this was pullted out of volumegroupsettings.h as it is needed by the new transport, but did not want to
/// have to deal with all the other various headers that volumegroupsettings.h requires
///
#ifndef COMPRESSMODE_H
#define COMPRESSMODE_H
enum COMPRESS_MODE { COMPRESS_NONE, COMPRESS_CXSIDE, COMPRESS_SOURCESIDE};
#endif // COMPRESSMODE_H