Olle E. Johansson wrote:
On 03 Mar 2015, at 22:30, Joshua Colp<[email protected]>  wrote:

Olle E. Johansson wrote:
On 03 Mar 2015, at 21:10, Mark
Michelson<[email protected]
<mailto:[email protected]>>  wrote:

for (i = 0; i<   ast_query_set_num_queries(query_set); ++i) {
struct ast_dns_query *query = ast_dns_query_set_get(query_set,
i); ...do stuff... }

Why not use DNS terminology?
Can you elaborate on what you mean? Are you referring to query set
as a concept (I'm unaware if there's a specific term for a group of
queries in DNS) or to other stuff in the DNS API itself?

queries are what you send. This seems to handle a result set.

A query set is a higher level concept of grouped queries that are executed in parallel, with a callback being invoked upon completion of all of them. Each query holds result information respectively.

--
Joshua Colp
Digium, Inc. | Senior Software Developer
445 Jan Davis Drive NW - Huntsville, AL 35806 - US
Check us out at: www.digium.com & www.asterisk.org

--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-dev mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-dev

Reply via email to