#include <map>
#include <deque>
#include "inotify-cxx.h"
#include "incrontab.h"
Go to the source code of this file.
Classes | |
struct | ProcData_t |
Child process data. More... | |
class | EventDispatcher |
Event dispatcher class. More... | |
class | UserTable |
User table class. More... | |
Typedefs | |
typedef void(* | proc_done_cb )(InotifyWatch *) |
Callback for calling after a process finishes. | |
typedef std::map< InotifyWatch *, UserTable * > | IWUT_MAP |
Watch-to-usertable mapping. | |
typedef std::map< InotifyWatch *, InCronTabEntry * > | IWCE_MAP |
Watch-to-tableentry mapping. | |
typedef std::deque< ProcData_t > | PROC_LIST |
Child process list. |
inotify cron system
Copyright (C) 2006 Lukas Jelinek, <lukas@aiken.cz>
This program is free software; you can use it, redistribute it and/or modify it under the terms of the GNU General Public License, version 2 (see LICENSE-GPL).
|
Watch-to-tableentry mapping.
|
|
Watch-to-usertable mapping.
|
|
Callback for calling after a process finishes.
|
|
Child process list.
|