diff options
author | Luca Deri <deri@ntop.org> | 2018-09-29 08:38:00 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2018-09-29 08:38:00 +0200 |
commit | 90ca91caa85dcd4d7e7223f80b532db42b1f2c2b (patch) | |
tree | 2a3292eccc63c054be118446c26e34f4e60ee790 /src/lib/third_party/include | |
parent | 1f24adc9cd90f05a463a71e7c2d14c1863ccba00 (diff) |
Renamed files to avoid name clashes during compilation with other libs
Diffstat (limited to 'src/lib/third_party/include')
-rw-r--r-- | src/lib/third_party/include/ndpi_patricia.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/third_party/include/ndpi_patricia.h b/src/lib/third_party/include/ndpi_patricia.h index bb1806877..c61513f92 100644 --- a/src/lib/third_party/include/ndpi_patricia.h +++ b/src/lib/third_party/include/ndpi_patricia.h @@ -102,7 +102,7 @@ typedef struct the_prefix_t { /* pointer to usr data (ex. route flap info) */ union patricia_node_value_t { void *user_data; - u_int32_t user_value; + unsigned int user_value; }; typedef struct _patricia_node_t { |