hamcast
Version 0.7
|
#include <hamcast_module.h>
Public Attributes | |
char * | uri_str |
hc_uri_t * | uri_obj |
int | type |
struct hc_uri_list_s * | next |
Describes a list of URIs.
A list is empty if all fields are set to NULL.
uri_str
and next
must be allocated with malloc()
, if set, because they'll be released with free()
. struct hc_uri_list_s* hc_uri_list_s::next |
Pointer to the next element in the list.
int hc_uri_list_s::type |
One of HC_LISTENER_STATE, HC_SENDER_STATE or HC_SENDER_AND_LISTENER_STATE.
This flag is evaluated by hc_group_set() only. All other calls should set this flag to HC_IGNORED by default.
hc_uri_t* hc_uri_list_s::uri_obj |
URI as hc_uri_t.
char* hc_uri_list_s::uri_str |
URI encoded as C-string.