incron  0.5.10
Defines
appinst.cpp File Reference

Application instance class implementation. More...

#include <fcntl.h>
#include <unistd.h>
#include <errno.h>
#include <signal.h>
#include <cstdio>
#include "appinst.h"

Defines

#define APPLOCK_PERM   (S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH)
 Lockfile permissions (currently 0644)

Detailed Description

Application instance class implementation.

Copyright (C) 2007, 2008, 2012 Lukas Jelinek, <lukas@aiken.cz>

This program is free software; you can redistribute it and/or modify it under the terms of one of the following licenses:

If you want to help with choosing the best license for you, please visit http://www.gnu.org/licenses/license-list.html.

Credits: Christian Ruppert (new include to build with GCC 4.4+)


Define Documentation

#define APPLOCK_PERM   (S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH)

Lockfile permissions (currently 0644)