diff options
| author | root <[email protected]> | 2023-05-30 09:31:51 +0000 |
|---|---|---|
| committer | root <[email protected]> | 2023-05-30 09:31:51 +0000 |
| commit | fd75395ba232c71ca0f5b43cbe38214c7975f643 (patch) | |
| tree | bbe06e2a56b116bdf72ba9d1ff5ebec032bd5c85 /common/include | |
| parent | 57efeb63d5769c9f1b92b1266780968ad1c30d78 (diff) | |
add feature splitby and fairness
Diffstat (limited to 'common/include')
| -rw-r--r-- | common/include/addr_tuple4.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/include/addr_tuple4.h b/common/include/addr_tuple4.h index 5efcce1..22caa1d 100644 --- a/common/include/addr_tuple4.h +++ b/common/include/addr_tuple4.h @@ -58,6 +58,7 @@ extern "C" char *addr_tuple4_to_str(const struct addr_tuple4 *addr); void addr_tuple4_reverse(const struct addr_tuple4 *orin, struct addr_tuple4 *out); + char *addr_src_ip_to_str(const struct addr_tuple4 *addr); #ifdef __cpluscplus } |
