summaryrefslogtreecommitdiffstats
path: root/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'options.h')
-rw-r--r--options.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/options.h b/options.h
index b207c70..7c1ae02 100644
--- a/options.h
+++ b/options.h
@@ -39,6 +39,7 @@
#include "plugin.h"
#include "manage.h"
#include "proxy.h"
+#include "lzo.h"
/*
* Maximum number of parameters associated with an option,
@@ -224,8 +225,8 @@ struct options
bool fast_io;
#ifdef USE_LZO
- bool comp_lzo;
- bool comp_lzo_adaptive;
+ /* LZO_x flags from lzo.h */
+ unsigned int lzo;
#endif
/* buffer sizes */