1
0
mirror of https://gitlab.gnome.org/GNOME/glib.git synced 2025-07-11 04:58:56 +02:00
Files
debian
docs
gio
fam
inotify
Makefile.am
ginotifydirectorymonitor.c
ginotifydirectorymonitor.h
ginotifyfilemonitor.c
ginotifyfilemonitor.h
inotify-diag.c
inotify-diag.h
inotify-helper.c
inotify-helper.h
inotify-kernel.c
inotify-kernel.h
inotify-missing.c
inotify-missing.h
inotify-path.c
inotify-path.h
inotify-sub.c
inotify-sub.h
tests
xdgmime
ChangeLog
Makefile.am
abicheck.sh
gappinfo.c
gappinfo.h
gasynchelper.c
gasynchelper.h
gasyncresult.c
gasyncresult.h
gbufferedinputstream.c
gbufferedinputstream.h
gbufferedoutputstream.c
gbufferedoutputstream.h
gcancellable.c
gcancellable.h
gcontenttype.c
gcontenttype.h
gcontenttypeprivate.h
gdatainputstream.c
gdatainputstream.h
gdataoutputstream.c
gdataoutputstream.h
gdesktopappinfo.c
gdesktopappinfo.h
gdrive.c
gdrive.h
gdummyfile.c
gdummyfile.h
gfile.c
gfile.h
gfileattribute-priv.h
gfileattribute.c
gfileattribute.h
gfileenumerator.c
gfileenumerator.h
gfileicon.c
gfileicon.h
gfileinfo.c
gfileinfo.h
gfileinputstream.c
gfileinputstream.h
gfilemonitor.c
gfilemonitor.h
gfilenamecompleter.c
gfilenamecompleter.h
gfileoutputstream.c
gfileoutputstream.h
gfilterinputstream.c
gfilterinputstream.h
gfilteroutputstream.c
gfilteroutputstream.h
gicon.c
gicon.h
ginputstream.c
ginputstream.h
gio-marshal.list
gio.h
gio.symbols
gioenumtypes.c.template
gioenumtypes.h.template
gioerror.c
gioerror.h
giomodule-priv.h
giomodule.c
giomodule.h
gioscheduler.c
gioscheduler.h
gloadableicon.c
gloadableicon.h
glocaldirectorymonitor.c
glocaldirectorymonitor.h
glocalfile.c
glocalfile.h
glocalfileenumerator.c
glocalfileenumerator.h
glocalfileinfo.c
glocalfileinfo.h
glocalfileinputstream.c
glocalfileinputstream.h
glocalfilemonitor.c
glocalfilemonitor.h
glocalfileoutputstream.c
glocalfileoutputstream.h
glocalvfs.c
glocalvfs.h
gmemoryinputstream.c
gmemoryinputstream.h
gmemoryoutputstream.c
gmemoryoutputstream.h
gmount.c
gmount.h
gmountoperation.c
gmountoperation.h
gmountprivate.h
gnativevolumemonitor.c
gnativevolumemonitor.h
goutputstream.c
goutputstream.h
gpollfilemonitor.c
gpollfilemonitor.h
gseekable.c
gseekable.h
gsimpleasyncresult.c
gsimpleasyncresult.h
gthemedicon.c
gthemedicon.h
gunionvolumemonitor.c
gunionvolumemonitor.h
gunixinputstream.c
gunixinputstream.h
gunixmount.c
gunixmount.h
gunixmounts.c
gunixmounts.h
gunixoutputstream.c
gunixoutputstream.h
gunixvolume.c
gunixvolume.h
gunixvolumemonitor.c
gunixvolumemonitor.h
gvfs.c
gvfs.h
gvolume.c
gvolume.h
gvolumemonitor.c
gvolumemonitor.h
gwin32appinfo.c
gwin32appinfo.h
makefile.msc
makegioalias.pl
pltcheck.sh
glib
gmodule
gobject
gthread
m4macros
po
tests
.gitignore
AUTHORS
COPYING
ChangeLog
ChangeLog.pre-1-2
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-14
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
HACKING
INSTALL
INSTALL.in
MAINTAINERS
Makefile.am
Makefile.decl
NEWS
NEWS.pre-1-3
README
README.in
README.win32
acglib.m4
acinclude.m4
autogen.sh
config.h.win32.in
configure.in
gio-2.0-uninstalled.pc.in
gio-2.0.pc.in
gio-unix-2.0-uninstalled.pc.in
gio-unix-2.0.pc.in
glib-2.0-uninstalled.pc.in
glib-2.0.pc.in
glib-gettextize.in
glib-zip.in
glibconfig.h.win32.in
gmodule-2.0-uninstalled.pc.in
gmodule-2.0.pc.in
gmodule-export-2.0.pc.in
gmodule-no-export-2.0-uninstalled.pc.in
gmodule-no-export-2.0.pc.in
gobject-2.0-uninstalled.pc.in
gobject-2.0.pc.in
gthread-2.0-uninstalled.pc.in
gthread-2.0.pc.in
makefile.msc
mkinstalldirs
msvc_recommended_pragmas.h
sanity_check
win32-fixup.pl
glib/gio/inotify/inotify-missing.c

168 lines
4.4 KiB
C
Raw Normal View History

/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 2; tab-width: 8 -*- */
/* inotify-helper.c - Gnome VFS Monitor based on inotify.
Copyright (C) 2005 John McCutchan
The Gnome Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public License as
published by the Free Software Foundation; either version 2 of the
License, or (at your option) any later version.
The Gnome Library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Library General Public License for more details.
You should have received a copy of the GNU Library General Public
License along with the Gnome Library; see the file COPYING.LIB. If not,
write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
Authors:
John McCutchan <john@johnmccutchan.com>
*/
#include "config.h"
#include <glib.h>
#include "inotify-missing.h"
#include "inotify-path.h"
#define SCAN_MISSING_TIME 4 /* 1/4 Hz */
static gboolean im_debug_enabled = FALSE;
#define IM_W if (im_debug_enabled) g_warning
/* We put inotify_sub's that are missing on this list */
static GList *missing_sub_list = NULL;
static gboolean im_scan_missing (gpointer user_data);
static gboolean scan_missing_running = FALSE;
static void (*missing_cb)(inotify_sub *sub) = NULL;
G_LOCK_EXTERN (inotify_lock);
/* inotify_lock must be held before calling */
void
_im_startup (void (*callback)(inotify_sub *sub))
{
static gboolean initialized = FALSE;
if (!initialized)
{
missing_cb = callback;
initialized = TRUE;
}
}
/* inotify_lock must be held before calling */
void
_im_add (inotify_sub *sub)
{
if (g_list_find (missing_sub_list, sub))
{
IM_W ("asked to add %s to missing list but it's already on the list!\n", sub->dirname);
return;
}
IM_W ("adding %s to missing list\n", sub->dirname);
missing_sub_list = g_list_prepend (missing_sub_list, sub);
/* If the timeout is turned off, we turn it back on */
if (!scan_missing_running)
{
scan_missing_running = TRUE;
g_timeout_add_seconds (SCAN_MISSING_TIME, im_scan_missing, NULL);
}
}
/* inotify_lock must be held before calling */
void
_im_rm (inotify_sub *sub)
{
GList *link;
link = g_list_find (missing_sub_list, sub);
if (!link)
{
IM_W ("asked to remove %s from missing list but it isn't on the list!\n", sub->dirname);
return;
}
IM_W ("removing %s from missing list\n", sub->dirname);
missing_sub_list = g_list_remove_link (missing_sub_list, link);
g_list_free_1 (link);
}
/* Scans the list of missing subscriptions checking if they
* are available yet.
*/
static gboolean
im_scan_missing (gpointer user_data)
{
GList *nolonger_missing = NULL;
GList *l;
G_LOCK (inotify_lock);
IM_W ("scanning missing list with %d items\n", g_list_length (missing_sub_list));
for (l = missing_sub_list; l; l = l->next)
{
inotify_sub *sub = l->data;
gboolean not_m = FALSE;
IM_W ("checking %p\n", sub);
g_assert (sub);
g_assert (sub->dirname);
not_m = _ip_start_watching (sub);
if (not_m)
{
missing_cb (sub);
IM_W ("removed %s from missing list\n", sub->dirname);
/* We have to build a list of list nodes to remove from the
* missing_sub_list. We do the removal outside of this loop.
*/
nolonger_missing = g_list_prepend (nolonger_missing, l);
}
}
for (l = nolonger_missing; l ; l = l->next)
{
GList *llink = l->data;
missing_sub_list = g_list_remove_link (missing_sub_list, llink);
g_list_free_1 (llink);
}
g_list_free (nolonger_missing);
/* If the missing list is now empty, we disable the timeout */
if (missing_sub_list == NULL)
{
scan_missing_running = FALSE;
G_UNLOCK (inotify_lock);
return FALSE;
}
else
{
G_UNLOCK (inotify_lock);
return TRUE;
}
}
/* inotify_lock must be held */
void
_im_diag_dump (GIOChannel *ioc)
{
GList *l;
g_io_channel_write_chars (ioc, "missing list:\n", -1, NULL, NULL);
for (l = missing_sub_list; l; l = l->next)
{
inotify_sub *sub = l->data;
g_io_channel_write_chars (ioc, sub->dirname, -1, NULL, NULL);
g_io_channel_write_chars (ioc, "\n", -1, NULL, NULL);
}
}