Changeset 7c7854e76cda10120edb95c9e3a8ab2345be2631

Show
Ignore:
Timestamp:
18/09/07 18:17:51 (1 year ago)
Author:
Rafaël Carré <funman@videolan.org>
git-committer:
Rafaël Carré <funman@videolan.org> 1190132271 +0000
git-parent:

[59a4f0b96cc16f874d625ea60740a4b8b9ff94bd]

git-author:
Rafaël Carré <funman@videolan.org> 1190132271 +0000
Message:

Use intf_ShouldDie()

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/control/dbus.c

    r3431594 r7c7854e  
    733733static void Run          ( intf_thread_t *p_intf ) 
    734734{ 
    735     while( !p_intf->b_die
     735    while( !intf_ShouldDie( p_intf )
    736736    { 
    737737        msleep( INTF_IDLE_SLEEP );