Skip to content

Commit 290840b

Browse files
committed
input.hpp ctt refactor
1 parent d556e6e commit 290840b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

include/ipfixprobe/input.hpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,12 @@ class InputPlugin : public TelemetryUtils, public Plugin
6868
std::shared_ptr<telemetry::Directory> plugin_dir,
6969
std::shared_ptr<telemetry::Directory> queues_dir);
7070

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+
7177
protected:
7278
virtual void configure_telemetry_dirs(
7379
std::shared_ptr<telemetry::Directory> plugin_dir,

0 commit comments

Comments
 (0)