Fix getS3Stats()
This commit is contained in:
		
							parent
							
								
									cd128f4bad
								
							
						
					
					
						commit
						ae522f930d
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		|  | @ -99,7 +99,7 @@ struct S3BinaryCacheStoreImpl : public S3BinaryCacheStore | ||||||
|         } |         } | ||||||
|     } |     } | ||||||
| 
 | 
 | ||||||
|     const Stats & getS3Stats() |     const Stats & getS3Stats() override | ||||||
|     { |     { | ||||||
|         return stats; |         return stats; | ||||||
|     } |     } | ||||||
|  |  | ||||||
|  | @ -27,7 +27,7 @@ public: | ||||||
|         std::atomic<uint64_t> head{0}; |         std::atomic<uint64_t> head{0}; | ||||||
|     }; |     }; | ||||||
| 
 | 
 | ||||||
|     const Stats & getS3Stats(); |     virtual const Stats & getS3Stats() = 0; | ||||||
| }; | }; | ||||||
| 
 | 
 | ||||||
| } | } | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue