Module: kamailio
Branch: 5.0
Commit: 3c0adfed3dbde78e566d4ca3a542482779ace9a3
URL:
https://github.com/kamailio/kamailio/commit/3c0adfed3dbde78e566d4ca3a542482…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2018-02-22T11:15:06+01:00
core: added missing typedef for dest_info_t
---
Modified: src/core/ip_addr.h
---
Diff:
https://github.com/kamailio/kamailio/commit/3c0adfed3dbde78e566d4ca3a542482…
Patch:
https://github.com/kamailio/kamailio/commit/3c0adfed3dbde78e566d4ca3a542482…
---
diff --git a/src/core/ip_addr.h b/src/core/ip_addr.h
index ebf13ade92..66ac1a5bf4 100644
--- a/src/core/ip_addr.h
+++ b/src/core/ip_addr.h
@@ -187,6 +187,7 @@ struct dest_info{
#endif
};
+typedef struct dest_info dest_info_t;
/* list of names for multi-homed sockets that need to bind on
* multiple addresses in the same time (sctp ) */