aboutsummaryrefslogtreecommitdiff
path: root/libweb
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2023-07-24 23:25:46 +0200
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2023-11-24 01:54:12 +0100
commitb964429c67bdcba8764ce719758566700cc66bab (patch)
treeadcdcc79d0d0e13635deec8cbc5d2946da585ca2 /libweb
parent18fefd8847f27e84b01edc9fe5d5a9eaae9055f0 (diff)
downloadslcl-b964429c67bdcba8764ce719758566700cc66bab.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