From a3445232a47e487f06a42e7c184362bcfa1b7179 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Thu, 19 Dec 2019 13:39:30 +1100 Subject: Update fs status post buffer write --- src/buffer.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/buffer.hh') diff --git a/src/buffer.hh b/src/buffer.hh index a2517956..0700acb9 100644 --- a/src/buffer.hh +++ b/src/buffer.hh @@ -203,7 +203,7 @@ public: bool is_modified() const; // notify the buffer that it was saved in the current state - void notify_saved(); + void notify_saved(FsStatus status); ValueMap& values() const { return m_values; } -- cgit v1.2.3