ecore-file: use hash list for inotify monitor tracking
authorMike Blumenkrantz <zmike@osg.samsung.com>
Thu, 23 Apr 2015 12:54:20 +0000 (08:54 -0400)
committerMike Blumenkrantz <zmike@osg.samsung.com>
Thu, 23 Apr 2015 12:55:35 +0000 (08:55 -0400)
commitee5c81b736933538b2d611e547ae9de0ca8c4212
treee5d764b50ad62b67acf4015fc6be7792274afb84
parentbd71d818f9943ca1a8545b932d6496ec7e83d55c
ecore-file: use hash list for inotify monitor tracking

inotify reuses watches for multiple instances on the same file, so
keeping a multimap here is necessary to avoid hash collision

fix T2360
src/lib/ecore_file/ecore_file_monitor_inotify.c