mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 19:15:03 +00:00
nEdge compilation fixes
This commit is contained in:
parent
96f4a2c10d
commit
b81592e49f
4 changed files with 4 additions and 4 deletions
|
|
@ -297,7 +297,7 @@ class Flow : public GenericHashEntry {
|
|||
inline u_int8_t getTcpFlagsSrv2Cli() const { return(dst2src_tcp_flags); };
|
||||
#ifdef HAVE_NEDGE
|
||||
bool checkPassVerdict(const struct tm *now);
|
||||
bool isPassVerdict();
|
||||
bool isPassVerdict() const;
|
||||
inline void setConntrackMarker(u_int32_t marker) { this->marker = marker; }
|
||||
inline u_int32_t getConntrackMarker() { return(marker); }
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue