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 d556e6e commit 290840bCopy full SHA for 290840b
include/ipfixprobe/input.hpp
@@ -68,6 +68,12 @@ class InputPlugin : public TelemetryUtils, public Plugin
68
std::shared_ptr<telemetry::Directory> plugin_dir,
69
std::shared_ptr<telemetry::Directory> queues_dir);
70
71
+#ifdef WITH_CTT
72
+ virtual std::pair<std::string, unsigned> get_ctt_config() const {
73
+ throw PluginError("CTT is not supported by this input plugin");
74
+ }
75
+#endif /* WITH_CTT */
76
+
77
protected:
78
virtual void configure_telemetry_dirs(
79
0 commit comments