Mercurial > pt1.oyama
comparison src/ushare.h @ 152:30e91361506a
EXPERIMENTAL: Enable change phisical channel by DLNA.(ISDB-T only)
author | Naoya OYAMA <naoya.oyama@gmail.com> |
---|---|
date | Sun, 02 Sep 2012 01:59:27 +0900 |
parents | 066f33b2213a |
children | 726fe10d9e4a |
comparison
equal
deleted
inserted
replaced
151:f7f594bf4e98 | 152:30e91361506a |
---|---|
125 pthread_cond_t termination_cond; | 125 pthread_cond_t termination_cond; |
126 char **channel_name; | 126 char **channel_name; |
127 char **location_name; | 127 char **location_name; |
128 char request_channel[64]; | 128 char request_channel[64]; |
129 int nr_channel; | 129 int nr_channel; |
130 struct channel_info_list *channel_list; | |
131 char *sid; | |
132 char *tp; | |
130 }; | 133 }; |
131 | 134 |
132 struct action_event_t { | 135 struct action_event_t { |
133 struct Upnp_Action_Request *request; | 136 struct Upnp_Action_Request *request; |
134 bool status; | 137 bool status; |