mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 16:30:10 +00:00
Remove unsafe code and extend activity framework API
This commit is contained in:
parent
e8707bcaa9
commit
179b7f72c8
8 changed files with 78 additions and 64 deletions
|
|
@ -378,6 +378,6 @@ class NetworkInterface {
|
|||
};
|
||||
|
||||
const char * getActivityName(UserActivityID id);
|
||||
UserActivityID getActivityId(const char * name);
|
||||
bool getActivityId(const char * name, UserActivityID * out);
|
||||
|
||||
#endif /* _NETWORK_INTERFACE_H_ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue