[API 0.368] CONTEXT_CODE for memory func updates

This commit is contained in:
Willem Toorop 2013-12-06 14:45:02 +01:00
parent 67a7cb179e
commit e5cc014e6b
2 changed files with 6 additions and 14 deletions

View File

@ -1,4 +1,4 @@
/* Created at 2013-12-06-14-39-56*/ /* Created at 2013-12-06-14-44-19*/
#ifndef GETDNS_H #ifndef GETDNS_H
#define GETDNS_H #define GETDNS_H
@ -115,12 +115,8 @@
#define GETDNS_CONTEXT_CODE_EDNS_DO_BIT_TEXT "Change related to getdns_context_set_edns_do_bit" #define GETDNS_CONTEXT_CODE_EDNS_DO_BIT_TEXT "Change related to getdns_context_set_edns_do_bit"
#define GETDNS_CONTEXT_CODE_DNSSEC_ALLOWED_SKEW 614 #define GETDNS_CONTEXT_CODE_DNSSEC_ALLOWED_SKEW 614
#define GETDNS_CONTEXT_CODE_DNSSEC_ALLOWED_SKEW_TEXT "Change related to getdns_context_set_dnssec_allowed_skew" #define GETDNS_CONTEXT_CODE_DNSSEC_ALLOWED_SKEW_TEXT "Change related to getdns_context_set_dnssec_allowed_skew"
#define GETDNS_CONTEXT_CODE_MEMORY_ALLOCATOR 615 #define GETDNS_CONTEXT_CODE_MEMORY_FUNCTIONS 615
#define GETDNS_CONTEXT_CODE_MEMORY_ALLOCATOR_TEXT "Change related to getdns_context_set_memory_allocator" #define GETDNS_CONTEXT_CODE_MEMORY_FUNCTIONS_TEXT "Change related to getdns_context_set_memory_function"
#define GETDNS_CONTEXT_CODE_MEMORY_DEALLOCATOR 616
#define GETDNS_CONTEXT_CODE_MEMORY_DEALLOCATOR_TEXT "Change related to getdns_context_set_memory_deallocator"
#define GETDNS_CONTEXT_CODE_MEMORY_REALLOCATOR 617
#define GETDNS_CONTEXT_CODE_MEMORY_REALLOCATOR_TEXT "Change related to getdns_context_set_memory_reallocator"
/* Callback Type Variables */ /* Callback Type Variables */
#define GETDNS_CALLBACK_COMPLETE 700 #define GETDNS_CALLBACK_COMPLETE 700

View File

@ -2157,17 +2157,13 @@ The response dicts inherit the custom memory management functions and the value
<p class=descrip>Change related to <code>getdns_context_set_edns_do_bit</code></p> <p class=descrip>Change related to <code>getdns_context_set_edns_do_bit</code></p>
<p class=define>GETDNS_CONTEXT_CODE_DNSSEC_ALLOWED_SKEW</p> <p class=define>GETDNS_CONTEXT_CODE_DNSSEC_ALLOWED_SKEW</p>
<p class=descrip>Change related to <code>getdns_context_set_dnssec_allowed_skew</code></p> <p class=descrip>Change related to <code>getdns_context_set_dnssec_allowed_skew</code></p>
<p class=define>GETDNS_CONTEXT_CODE_MEMORY_ALLOCATOR</p> <p class=define>GETDNS_CONTEXT_CODE_MEMORY_FUNCTIONS</p>
<p class=descrip>Change related to <code>getdns_context_set_memory_allocator</code></p> <p class=descrip>Change related to <code>getdns_context_set_memory_function</code></p>
<p class=define>GETDNS_CONTEXT_CODE_MEMORY_DEALLOCATOR</p>
<p class=descrip>Change related to <code>getdns_context_set_memory_deallocator</code></p>
<p class=define>GETDNS_CONTEXT_CODE_MEMORY_REALLOCATOR</p>
<p class=descrip>Change related to <code>getdns_context_set_memory_reallocator</code></p>
<h1>9. The Generated Files</h1> <h1>9. The Generated Files</h1>
<p>There is <a href="getdns-0.367.tgz">a tarball</a> that includes the .h files, <p>There is <a href="getdns-0.368.tgz">a tarball</a> that includes the .h files,
the examples, and so on. The examples all make, even though there is no API implementation, based the examples, and so on. The examples all make, even though there is no API implementation, based
on a pseudo-implementation in the tarball; see make-examples-PLATFORM.sh. Note that this currently builds fine on a pseudo-implementation in the tarball; see make-examples-PLATFORM.sh. Note that this currently builds fine
on the Macintosh and Ubuntu; help is definitely appreciated on making the build process on the Macintosh and Ubuntu; help is definitely appreciated on making the build process