File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -167,8 +167,8 @@ class BufferPoolManager {
167
167
* There will likely be a lot of code duplication between the different modes of accessing a page.
168
168
*
169
169
* We would recommend implementing a helper function that returns the ID of a frame that is free and has nothing
170
- * stored inside of it. Additionally, you may also want to implement a helper function that returns a shared pointer
171
- * to a `FrameHeader` that already has a page's data stored inside of it.
170
+ * stored inside of it. Additionally, you may also want to implement a helper function that returns either a shared
171
+ * pointer to a `FrameHeader` that already has a page's data stored inside of it, or an index to said `FrameHeader` .
172
172
*/
173
173
};
174
174
} // namespace bustub
You can’t perform that action at this time.
0 commit comments