Skip to main content

This struct is defined as follows:

struct _connection_handle
{
  host_record *host;            /* host record to which this conn belongs */
  int binding_slot;             /* binding from which it was connected */
  int offset;                   /* host->connections[offset] is what we want */
  void *user_data;              /* This is populated by initiate_connection */
  connection *conn;
};

To use this struct, include the file dns.h.

See Also

Was this page helpful?