Mercurial > pt1.oyama
comparison src/ushare.h @ 166:726fe10d9e4a
Code refactoring.
Change channel shuld be done in http_open().
Delete unnecessary code, variables.
author | Naoya OYAMA <naoya.oyama@gmail.com> |
---|---|
date | Tue, 02 Oct 2012 21:57:40 +0900 |
parents | 30e91361506a |
children | 4f3640bf350d |
comparison
equal
deleted
inserted
replaced
165:3ffef0e5b80a | 166:726fe10d9e4a |
---|---|
121 bool daemon; | 121 bool daemon; |
122 bool override_iconv_err; | 122 bool override_iconv_err; |
123 char *cfg_file; | 123 char *cfg_file; |
124 pthread_mutex_t termination_mutex; | 124 pthread_mutex_t termination_mutex; |
125 pthread_cond_t termination_cond; | 125 pthread_cond_t termination_cond; |
126 char **channel_name; | |
127 char **location_name; | |
128 char request_channel[64]; | |
129 int nr_channel; | |
130 struct channel_info_list *channel_list; | 126 struct channel_info_list *channel_list; |
131 char *sid; | |
132 char *tp; | |
133 }; | 127 }; |
134 | 128 |
135 struct action_event_t { | 129 struct action_event_t { |
136 struct Upnp_Action_Request *request; | 130 struct Upnp_Action_Request *request; |
137 bool status; | 131 bool status; |