]> git.sesse.net Git - vlc/commit
config_(Get|Put)(Int|Float): use global configuration lock
authorRémi Denis-Courmont <remi@remlab.net>
Sat, 23 Jan 2010 19:44:57 +0000 (21:44 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Sat, 23 Jan 2010 19:48:03 +0000 (21:48 +0200)
commit114bcc9ed7588b8dbcc78909e4c9c8c18fc043b4
treee7854b60d948da10f99ac6cba079b2a8c68332fd
parent540d82b411c8e2a03c54c06c2f6dc37e9188a0c1
config_(Get|Put)(Int|Float): use global configuration lock

While string configuration items have been protected for a while, float
and integer items weren't. This is now fixed.

There is still a small bug in some plugins setting ->b_dirty without
locking the configuration lock for writing.
src/config/core.c