Skip to content

Commit

Permalink
Fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
badrishc committed Dec 4, 2019
1 parent 876c0d3 commit b3cccd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cs/test/ObjectRecoveryTest2.cs
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,6 @@ public bool ConcurrentWriter(ref MyKey key, ref MyValue src, ref MyValue dst)
public void UpsertCompletionCallback(ref MyKey key, ref MyValue value, MyContext ctx) { }
public void RMWCompletionCallback(ref MyKey key, ref MyInput input, MyContext ctx, Status status) { }
public void DeleteCompletionCallback(ref MyKey key, MyContext ctx) { }
public void CheckpointCompletionCallback(Guid sessionId, long serialNum) { }
public void CheckpointCompletionCallback(Guid sessionId, CommitPoint commitPoint) { }
}
}

0 comments on commit b3cccd0

Please sign in to comment.