Fix FUSE_USE_VERSION in example/notify_store_retrieve.c
authoryangyun <yangyun50@huawei.com>
Mon, 19 Aug 2024 10:29:23 +0000 (18:29 +0800)
committerBernd Schubert <bernd.schubert@fastmail.fm>
Mon, 19 Aug 2024 11:53:11 +0000 (13:53 +0200)
commit0750b4a194019c991d1c8a7f5e59fb5f4be50e3c
tree65e6426e3ee64d4c504f083d6957c9a14335414a
parent2251a6922393f055b28b39df0ee44e2032169d21
Fix FUSE_USE_VERSION in example/notify_store_retrieve.c

This is an addition to commit e75d2c54a347. This example sets
FUSE_USE_VERSION = 34 but uses fuse_loop_cfg_* APIs, which is
not allowed since these APIs are not introduced in version 34.
example/notify_store_retrieve.c