diff options
author | Nikolaus Rath <Nikolaus@rath.org> | 2017-08-24 14:23:13 +0200 |
---|---|---|
committer | Nikolaus Rath <Nikolaus@rath.org> | 2017-08-24 14:51:27 +0200 |
commit | fc83143867a37e34a51ce5a6d763b46715abf02d (patch) | |
tree | 95d360098e02b0b6945e0c77648f14985e50f640 /example/meson.build | |
parent | 89f2bae00c1b87580f432f9a719ba8998493e6df (diff) | |
download | libfuse-fc83143867a37e34a51ce5a6d763b46715abf02d.tar.gz |
Renamed notify_inval_inode_fh to invalidate_path
The previous name didn't make much sense.
Diffstat (limited to 'example/meson.build')
-rw-r--r-- | example/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/meson.build b/example/meson.build index 406c4c4..de2de42 100644 --- a/example/meson.build +++ b/example/meson.build @@ -11,7 +11,7 @@ if not platform.endswith('bsd') endif threaded_examples = [ 'notify_inval_inode', - 'notify_inval_inode_fh', + 'invalidate_path', 'notify_store_retrieve', 'notify_inval_entry', 'poll' ] |