Module: kamailio
Branch: 5.0
Commit: 3c0adfed3dbde78e566d4ca3a542482779ace9a3
URL: 
https://github.com/kamailio/kamailio/commit/3c0adfed3dbde78e566d4ca3a542482779ace9a3

Author: Daniel-Constantin Mierla <mico...@gmail.com>
Committer: Daniel-Constantin Mierla <mico...@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/3c0adfed3dbde78e566d4ca3a542482779ace9a3.diff
Patch: 
https://github.com/kamailio/kamailio/commit/3c0adfed3dbde78e566d4ca3a542482779ace9a3.patch

---

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 ) */


_______________________________________________
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev

Reply via email to