diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2023-07-24 23:25:46 +0200 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi92@disroot.org> | 2025-09-24 11:03:39 +0200 |
| commit | 7407ddf0162cc32fee03a309186588047a65f42a (patch) | |
| tree | db75824f0e68e2702ef78293b6dd374502e03dd8 /libweb | |
| parent | 7e34b2d141858eeae3ffb9e514bd55a767a52492 (diff) | |
| download | slcl-7407ddf0162cc32fee03a309186588047a65f42a.tar.gz | |
main.c: Add -m command line option to open a named pipe
This write-only named pipe is meant to inform other processes about
files that have been added/removed to/from the user/ directory.
The syntax is line-oriented and is described below.
For added files:
+<space ...><path><LF>
For removed files:
-<space ...><path><LF>
Paths shall always be absolute.
Examples:
+ /home/test/db/user/alice/a picture.jpg
- /home/test/db/user/bob/essay.txt
As reported above, this feature has been made completely optional so as
not to introduce breaking changes. A new command line option, namely -m,
is required to enable this feature.
Diffstat (limited to 'libweb')
0 files changed, 0 insertions, 0 deletions
