Skip to content

Commit

Permalink
api: introduce bidirectional flag for expected session.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pranav Bhalerao committed Aug 24, 2021
1 parent 2a44b27 commit 2a31ae9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions api/daq_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -564,6 +564,8 @@ typedef struct _daq_eflow_key
#define DAQ_EFLOW_FLOAT 0x01 /* the expected flow can float to a different reader */
#define DAQ_EFLOW_ALLOW_MULTIPLE 0x02 /* allow multiple connections to use the same expected flow entry */
#define DAQ_EFLOW_PERSIST 0x04 /* expected flow entry persists even if control channel terminates */
#define DAQ_EFLOW_BIDIRECTIONAL 0x08 /* create expected flow in both direction */

typedef struct
{
DAQ_Msg_h ctrl_msg; // [in] Message containing the companion control channel packet
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

m4_define([daq_major_version], [3])
m4_define([daq_minor_version], [0])
m4_define([daq_patch_version], [4])
m4_define([daq_patch_version], [5])
m4_define([daq_version_str], [daq_major_version.daq_minor_version.daq_patch_version])

# Kill the 'divert' macro with extreme prejudice so it stops clashing with references
Expand Down

0 comments on commit 2a31ae9

Please sign in to comment.