summaryrefslogtreecommitdiffhomepage
path: root/ftnoir_protocol_ft
diff options
context:
space:
mode:
Diffstat (limited to 'ftnoir_protocol_ft')
-rw-r--r--ftnoir_protocol_ft/ftnoir_protocol_ft.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/ftnoir_protocol_ft/ftnoir_protocol_ft.h b/ftnoir_protocol_ft/ftnoir_protocol_ft.h
index 6bbf1bd3..ade6ac75 100644
--- a/ftnoir_protocol_ft/ftnoir_protocol_ft.h
+++ b/ftnoir_protocol_ft/ftnoir_protocol_ft.h
@@ -41,12 +41,11 @@
#include "../freetrackclient/fttypes.h"
using namespace options;
-struct settings {
- pbundle b;
+struct settings : opts {
value<int> intUsedInterface;
value<bool> useTIRViews;
settings() :
- b(bundle("proto-freetrack")),
+ opts("proto-freetrack"),
intUsedInterface(b, "used-interfaces", 0),
useTIRViews(b, "use-memory-hacks", false)
{}