diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2006-09-07 06:02:44 +0000 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2006-09-07 06:02:44 +0000 |
commit | 288ed4ebcea335c77793ee3d207c7466d55c4f71 (patch) | |
tree | dfdf3cf06866141cdce9811cff1f7fb5ed5ad5a0 /ChangeLog | |
parent | 38f152c72decfc8a995c8a9fa7f932f348d0e1e2 (diff) | |
download | libfuse-288ed4ebcea335c77793ee3d207c7466d55c4f71.tar.gz |
interrupt support
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +2006-09-07 Miklos Szeredi <miklos@szeredi.hu> + + * lib: Add interrupt support to high level library, which may be + enabled with the 'intr' mount option. + + * When an operation is interrupted the thread handling that + operation will receive SIGUSR1 (or other signal specified with the + 'intr_signal=N' option). The library installs a no-op signal + handler for this signal, unless there's already a handler + installed. + + * The filesystem may query interrupt status (regardless of 'intr') + with the fuse_interrupted() function. + 2006-09-03 Miklos Szeredi <miklos@szeredi.hu> * lib: Multithreaded loop now allows unlimited number of threads. |