We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83201c7 commit 75c7fffCopy full SHA for 75c7fff
include/ipfixprobe/storage.hpp
@@ -99,7 +99,7 @@ class StoragePlugin : public Plugin
99
}
100
101
#ifdef WITH_CTT
102
- virtual void set_ctt_config(const std::string& device_name, unsigned comp_index);
+ virtual void set_ctt_config(const std::string& device_name, unsigned comp_index) = 0;
103
#endif /* WITH_CTT */
104
105
/**
0 commit comments