mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-06 03:45:26 +00:00
Core rework
This commit is contained in:
parent
d3be8a494d
commit
177d6e04dd
8 changed files with 70 additions and 48 deletions
|
|
@ -70,6 +70,7 @@ class Utils {
|
|||
static ticks getticks();
|
||||
static char* getURL(char *url, char *buf, u_int buf_len);
|
||||
static bool discardOldFilesExceeding(const char *path, const unsigned long max_size);
|
||||
static void readMac(char *ifname, dump_mac_t mac_addr);
|
||||
};
|
||||
|
||||
#endif /* _UTILS_H_ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue