[BACK]Return to kx_36.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / external / mpl / bind / dist / lib / dns / rdata / in_1

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/external/mpl/bind/dist/lib/dns/rdata/in_1/kx_36.h between version 1.3 and 1.4

version 1.3, 2019/01/09 16:55:13 version 1.4, 2020/05/24 19:46:25
Line 14 
Line 14 
 #ifndef IN_1_KX_36_H  #ifndef IN_1_KX_36_H
 #define IN_1_KX_36_H 1  #define IN_1_KX_36_H 1
   
   
 /*!  /*!
  *  \brief Per RFC2230 */   *  \brief Per RFC2230 */
   
 typedef struct dns_rdata_in_kx {  typedef struct dns_rdata_in_kx {
         dns_rdatacommon_t       common;          dns_rdatacommon_t common;
         isc_mem_t               *mctx;          isc_mem_t *mctx;
         uint16_t                preference;          uint16_t preference;
         dns_name_t              exchange;          dns_name_t exchange;
 } dns_rdata_in_kx_t;  } dns_rdata_in_kx_t;
   
 #endif /* IN_1_KX_36_H */  #endif /* IN_1_KX_36_H */

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

CVSweb <webmaster@jp.NetBSD.org>