Browse Source

core: added missing typedef for dest_info_t

Daniel-Constantin Mierla 7 năm trước cách đây
mục cha
commit
3c0adfed3d
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/core/ip_addr.h

+ 1 - 0
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 ) */