浏览代码

core: added missing typedef for dest_info_t

Daniel-Constantin Mierla 7 年之前
父节点
当前提交
3c0adfed3d
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/core/ip_addr.h

+ 1 - 0
src/core/ip_addr.h

@@ -187,6 +187,7 @@ struct dest_info{
 #endif
 #endif
 };
 };
 
 
+typedef struct dest_info dest_info_t;
 
 
 /* list of names for multi-homed sockets that need to bind on
 /* list of names for multi-homed sockets that need to bind on
  * multiple addresses in the same time (sctp ) */
  * multiple addresses in the same time (sctp ) */