~ubuntu-branches/ubuntu/hardy/libhdhomerun/hardy

« back to all changes in this revision

Viewing changes to hdhomerun_control.c

  • Committer: Bazaar Package Importer
  • Author(s): Mario Limonciello
  • Date: 2008-02-01 13:08:21 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20080201130821-pbgpgrp7z89jpmzf
Tags: 0.20080104-0ubuntu1
New upstream version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
129
129
        return cs->actual_device_ip;
130
130
}
131
131
 
 
132
uint32_t hdhomerun_control_get_device_id_requested(struct hdhomerun_control_sock_t *cs)
 
133
{
 
134
        return cs->desired_device_id;
 
135
}
 
136
 
 
137
uint32_t hdhomerun_control_get_device_ip_requested(struct hdhomerun_control_sock_t *cs)
 
138
{
 
139
        return cs->desired_device_ip;
 
140
}
 
141
 
132
142
uint32_t hdhomerun_control_get_local_addr(struct hdhomerun_control_sock_t *cs)
133
143
{
134
144
        if (!hdhomerun_control_connect_sock(cs)) {