Skip to content

Commit 00e2f4d

Browse files
committed
base storage plugin ctt refactor
1 parent 002dc10 commit 00e2f4d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

include/ipfixprobe/storage.hpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,10 @@ class StoragePlugin : public Plugin
9898
{
9999
}
100100

101+
#ifdef WITH_CTT
102+
virtual void set_ctt_config(const std::string& device_name, unsigned comp_index);
103+
#endif /* WITH_CTT */
104+
101105
/**
102106
* \brief set telemetry directory for the storage
103107
*/

0 commit comments

Comments
 (0)