Skip to content

Commit

Permalink
dp_session: remove unneeded fields
Browse files Browse the repository at this point in the history
Signed-off-by: Dung Man <[email protected]>
  • Loading branch information
dungmv56 committed Apr 14, 2021
1 parent ecec986 commit 142ed99
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions include/dp_session.h
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,6 @@ struct dp_session_info {
const char *se_app_name;
const char *se_app_proto;
const char *se_app_type;

/* misc */
time_t timestamp;
uint64_t duration; /* seconds */
};

#define SESSION_STATE_FIRST SESSION_STATE_NONE
Expand Down

0 comments on commit 142ed99

Please sign in to comment.