Mercurial > pt1.oyama
comparison src/ushare.h @ 146:066f33b2213a
EXPERIMENTAL: Select a particular program from multi-channel.
author | Naoya OYAMA <naoya.oyama@gmail.com> |
---|---|
date | Tue, 21 Aug 2012 04:21:11 +0900 |
parents | 2a9ac5ce2c7e |
children | 30e91361506a |
comparison
equal
deleted
inserted
replaced
145:4e39ce051c57 | 146:066f33b2213a |
---|---|
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; | |
126 }; | 130 }; |
127 | 131 |
128 struct action_event_t { | 132 struct action_event_t { |
129 struct Upnp_Action_Request *request; | 133 struct Upnp_Action_Request *request; |
130 bool status; | 134 bool status; |