mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
Automated commit of clang-format CI changes.
This commit is contained in:
parent
2ecb162dfb
commit
d395deac4e
604 changed files with 47610 additions and 38436 deletions
|
|
@ -35,7 +35,8 @@ class AddressResolution {
|
|||
~AddressResolution();
|
||||
|
||||
void startResolveAddressLoop();
|
||||
void resolveHostName(const char *numeric_ip, char *rsp = NULL, u_int rsp_len = 0);
|
||||
void resolveHostName(const char *numeric_ip, char *rsp = NULL,
|
||||
u_int rsp_len = 0);
|
||||
bool resolveHost(const char *host, char *rsp, u_int rsp_len, bool v4);
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue