Mercurial > pt1.oyama
diff 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 |
line wrap: on
line diff
--- a/src/ushare.h Mon Oct 01 21:53:24 2012 +0900 +++ b/src/ushare.h Tue Oct 02 21:57:40 2012 +0900 @@ -123,13 +123,7 @@ char *cfg_file; pthread_mutex_t termination_mutex; pthread_cond_t termination_cond; - char **channel_name; - char **location_name; - char request_channel[64]; - int nr_channel; struct channel_info_list *channel_list; - char *sid; - char *tp; }; struct action_event_t {