Changeset 1662:a735f98fab9e in roaraudio


Ignore:
Timestamp:
05/08/09 21:01:34 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

changed name of fh in con struct to fh, this should all apps requiring the private member to fail to build, added function to get fh, change code to use them both everythere

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/clients.c

    r1611 r1662  
    330330  return -1; 
    331331 
    332  con.fh = g_clients[id]->fh; 
     332 roar_connect_fh(&con, g_clients[id]->fh); 
    333333 
    334334 r = roar_recv_message(&con, &m, &data); 
Note: See TracChangeset for help on using the changeset viewer.