[API 0.369] CONTEXT_CODE for timeouts

This commit is contained in:
Willem Toorop 2013-12-06 14:46:34 +01:00
parent e5cc014e6b
commit e48763743c
2 changed files with 6 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* Created at 2013-12-06-14-44-19*/ /* Created at 2013-12-06-14-45-57*/
#ifndef GETDNS_H #ifndef GETDNS_H
#define GETDNS_H #define GETDNS_H
@ -117,6 +117,8 @@
#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_FUNCTIONS 615 #define GETDNS_CONTEXT_CODE_MEMORY_FUNCTIONS 615
#define GETDNS_CONTEXT_CODE_MEMORY_FUNCTIONS_TEXT "Change related to getdns_context_set_memory_function" #define GETDNS_CONTEXT_CODE_MEMORY_FUNCTIONS_TEXT "Change related to getdns_context_set_memory_function"
#define GETDNS_CONTEXT_CODE_TIMEOUT 616
#define GETDNS_CONTEXT_CODE_TIMEOUT_TEXT "Change related to getdns_context_set_timeout"
/* Callback Type Variables */ /* Callback Type Variables */
#define GETDNS_CALLBACK_COMPLETE 700 #define GETDNS_CALLBACK_COMPLETE 700

View File

@ -2159,11 +2159,13 @@ The response dicts inherit the custom memory management functions and the value
<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_FUNCTIONS</p> <p class=define>GETDNS_CONTEXT_CODE_MEMORY_FUNCTIONS</p>
<p class=descrip>Change related to <code>getdns_context_set_memory_function</code></p> <p class=descrip>Change related to <code>getdns_context_set_memory_function</code></p>
<p class=define>GETDNS_CONTEXT_CODE_TIMEOUT</p>
<p class=descrip>Change related to <code>getdns_context_set_timeout</code></p>
<h1>9. The Generated Files</h1> <h1>9. The Generated Files</h1>
<p>There is <a href="getdns-0.368.tgz">a tarball</a> that includes the .h files, <p>There is <a href="getdns-0.369.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