Skip to content

Commit

Permalink
api: Add logging optional flag for flow stats.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pranav Bhalerao committed Apr 15, 2021
1 parent 4425a60 commit a52b833
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/daq_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ typedef struct _daq_ha_state_data
} DAQ_HA_State_Data_t;

#define DAQ_FS_FLAG_SIGNIFICANT_GROUPS 0x1
#define DAQ_FS_FLAG_LOGGING_OPTIONAL 0x2

/* Flow statistics structure used for DAQ_MSG_TYPE_SOF and DAQ_MSG_TYPE_EOF. */
typedef struct _daq_flow_stats
Expand Down

0 comments on commit a52b833

Please sign in to comment.