-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Properly remove DataTemplates #110
Comments
i might be mis-understanding the code, but in the case of src/modules/ipfix/aggregator/BaseHashtable.cpp and src/modules/ipfix/aggregator/BaseHashtable.h I think the dataTemplate references are actually just the regular templates that describe the data records in the hash tables. I don't believe they are actually represent IpfixDataTemplate. Perhaps it should be called Template in this use? |
@nickbroon yep, if we mean regular templates we should rename the DataTemplate to Template. |
'dataTemplateInfo' could be replaced with 'templateInfo' using sed. |
|
We should go through the code to remove all DataTemplates code. PR #69 was a good first step, but there is more to remove :)
List of files with DataTemplates code:
Comments in files mentioning DataTemplates:
The text was updated successfully, but these errors were encountered: