From fc83143867a37e34a51ce5a6d763b46715abf02d Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Thu, 24 Aug 2017 14:23:13 +0200 Subject: Renamed notify_inval_inode_fh to invalidate_path The previous name didn't make much sense. --- example/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example/meson.build') 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' ] -- cgit v1.2.3