Ziti C SDK
|
header file for ziti_src, which can be used as a source link in um_http requests More...
Go to the source code of this file.
Functions | |
int | ziti_src_init (uv_loop_t *l, tlsuv_src_t *zl, const char *svc, ziti_context ztx) |
Initialize a um_http_src_t handle. | |
header file for ziti_src, which can be used as a source link in um_http requests
int ziti_src_init | ( | uv_loop_t * | l, |
tlsuv_src_t * | zl, | ||
const char * | svc, | ||
ziti_context | ztx | ||
) |
Initialize a um_http_src_t
handle.
l | the uv loop |
zl | the um_http_src_t to initialize |
svc | the name of the service to be dialed |
ztx | the initialized ziti_context |