search for: guestfs_inotify_add_watch

Displaying 5 results from an estimated 5 matches for "guestfs_inotify_add_watch".

2015 Nov 14
0
inotify* APIs
We have these APIs that cannot possibly work by design. Obviously adding them was a mistake, but here we are. http://libguestfs.org/guestfs.3.html#guestfs_inotify_add_watch The guestfs_inotify_add_watch API has started to fail in Rawhide. I'm trying to find the details, but the test error message is: libguestfs: error: inotify_add_watch: /inotify_add_watch: Invalid argument I wonder if we should just replace these APIs with ones that return -ENOTSUP, saving...
2015 May 26
6
[PATCH 0/6] Update the way that API versions are generated for the man page.
The existing mechanism was clunky, slow and used ~ 10 MB of local disk. Rich.
2012 Mar 27
16
[PATCH 01/16] generator: Fix unescaped '<' and '>' in api descriptions
--- generator/generator_actions.ml | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/generator/generator_actions.ml b/generator/generator_actions.ml index 68a7bf6..fcf363f 100644 --- a/generator/generator_actions.ml +++ b/generator/generator_actions.ml @@ -4664,7 +4664,7 @@ This creates an ext2/3/4 filesystem on C<device> with an external journal on
2017 Feb 21
1
[PATCH] generator: Put all the daemon procedure numbers (proc_nr)
This is a follow-up to the other generator changes in: https://www.redhat.com/archives/libguestfs/2017-February/msg00217.html Rich.
2017 Feb 18
8
[PATCH 0/6] generator: Split up generator/actions.ml
Split up the huge generator/actions.ml into several smaller files. Rich.