|
feisty meow concerns codebase
2.140
|
#include "rendezvous.h"#include <application/windoze_helper.h>#include <basis/astring.h>#include <basis/functions.h>#include <basis/utf_conversion.h>#include <filesystem/filename.h>#include <stdio.h>#include <sys/stat.h>#include <unistd.h>
Go to the source code of this file.
Namespaces | |
| processes | |
Macros | |
| #define | LOG(tp) printf("%s%s\n", time_stamp::notarize(true).s(), astring(tp).s()) |
Functions | |
| astring | processes::general_lock_name (const astring &root_part) |
| astring | processes::unix_rendez_file (const astring &lock_name) |
Definition at line 44 of file rendezvous.cpp.