Simplify the channel_list mutex locking. Fixed C90 warning.
authorDennis Schafroth <dennis@indexdata.com>
Thu, 29 Apr 2010 09:24:44 +0000 (11:24 +0200)
committerDennis Schafroth <dennis@indexdata.com>
Thu, 29 Apr 2010 09:24:44 +0000 (11:24 +0200)
commit682faf92e6963c1b70a3b16da9bf34373cc7a4be
tree563cbfad05bea280beba688bcf4f42b906f368b1
parent649a9d45b919c376ddcbb89e0d34c4efeeb29fb9
Simplify the channel_list mutex locking. Fixed C90 warning.

Drop the iochan_man iter. We take a snapshot (start) of the channel_list
in the beginng of the loop, but otherwise it does not need to be protected.
src/eventl.c