Skip to content

Commit a48008f

Browse files
committed
- Address a review comment
1 parent c74710f commit a48008f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fdbclient/DatabaseContext.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ class DatabaseContext : public ReferenceCounted<DatabaseContext>, public FastAll
614614
// Introduced mainly to optimize out the version vector related code (on the client side)
615615
// when the version vector feature is disabled (on the server side).
616616
// @param ssVersionVectorDelta version vector changes sent by GRV proxy
617-
bool versionVectorCacheActive(const VersionVector& ssVersionVectorDelta) {
617+
inline bool versionVectorCacheActive(const VersionVector& ssVersionVectorDelta) {
618618
return (ssVersionVectorCache.getMaxVersion() != invalidVersion ||
619619
ssVersionVectorDelta.getMaxVersion() != invalidVersion);
620620
}

0 commit comments

Comments
 (0)