Basic lock mechanism implemented to avoid having two calcurse instances running at the same time.

This commit is contained in:
Frederic Culot
2009-06-21 18:16:21 +00:00
parent bff0d973a4
commit 627fd8a8aa
7 changed files with 70 additions and 9 deletions

View File

@@ -7,6 +7,10 @@
* src/utils.c: fixed a memory leak caused by a wrong usage of the
notify_app structure
* src/io.c (io_set_lock, io_unset_lock): new functions to
implement a basic locking mechanism in order to avoid having two
calcurse instances running at the same time
2009-06-20 Frederic Culot <frederic@culot.org>