Represents a list of URLs as in the "callback" header of SUBSCRIBE message in GENA. "char *" URLs holds dynamic memory. More...
#include <uri.h>

Data Fields | |
| int | size |
| char * | URLs |
| uri_type * | parsedURLs |
Represents a list of URLs as in the "callback" header of SUBSCRIBE message in GENA. "char *" URLs holds dynamic memory.
Referenced by copy_URL_list(), create_url_list(), free_URL_list(), gena_process_subscription_request(), and genaNotify().
| int URL_LIST::size |
Referenced by copy_URL_list(), create_url_list(), free_URL_list(), gena_process_subscription_request(), and genaNotify().
| char* URL_LIST::URLs |
All the urls, delimited by <>
Referenced by copy_URL_list(), create_url_list(), free_URL_list(), and gena_process_subscription_request().
1.7.1