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 82bbe5d commit d62beffCopy full SHA for d62beff
extra_plugins/output/unirec/src/translator.c
@@ -151,6 +151,12 @@ struct translator_s {
151
int field_size; /**< UniRec field size */
152
ur_field_id_t field_id; /**< UniRec field ID */
153
} lbf; /**< ODID to 'link bit field' converter */
154
+ struct
155
+ {
156
+ bool en; /**< Enabled/disabled */
157
+ int req_idx; /**< Index in the template */
158
+ ur_field_id_t field_id; /**< UniRec field ID */
159
+ } odid; /**< ODID from IPFIX Message header */
160
} extra_conv; /**< Special internal conversion functions */
161
};
162
0 commit comments