Merge tag 'v0.19.18'

release v0.19.18
This commit is contained in:
Max Kellermann
2016-08-05 18:51:38 +02:00
4 changed files with 20 additions and 2 deletions

View File

@@ -64,6 +64,10 @@ class NfsManager final : IdleMonitor {
gcc_pure
bool operator()(const ManagedConnection &a,
const LookupKey b) const;
gcc_pure
bool operator()(const ManagedConnection &a,
const ManagedConnection &b) const;
};
/**