Changeset 4967:572924bdd4c6 in roaraudio for roard/streams.c


Ignore:
Timestamp:
05/15/11 23:14:09 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

make some vars file local as they do not need to be global

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/streams.c

    r4964 r4967  
    2929#define _CHECK_SID(id)         _CHECK_SID_RET((id), -1) 
    3030 
    31 int streams_thru_num     =  0; 
    32 int streams_sync_num     =  0; 
     31static int streams_thru_num     =  0; 
     32static int streams_sync_num     =  0; 
    3333int streams_recsource_id = -1; 
    3434 
Note: See TracChangeset for help on using the changeset viewer.