![]() |
#include <citrusleaf/alloc.h>
#include <stdint.h>
Go to the source code of this file.
Data Structures | |
struct | as_host |
Functions | |
static void | as_host_copy (const as_host *src, as_host *trg) |
static void | as_host_destroy (as_host *host) |
Deep copy host.
Definition at line 58 of file as_host.h.
References as_host::name, as_host::port, and as_host::tls_name.
|
inlinestatic |
Release memory associated with host.
Definition at line 69 of file as_host.h.
References as_host::name, and as_host::tls_name.