[sr-dev] git:5.0:3c0adfed: core: added missing typedef for dest_info_t

Daniel-Constantin Mierla miconda at gmail.com
Thu Feb 22 11:15:36 CET 2018


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

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at 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 ) */




More information about the sr-dev mailing list