add missing function declaration
This commit is contained in:
parent
dfe83a215d
commit
efc6a0eabd
1 changed files with 1 additions and 0 deletions
|
@ -9,4 +9,5 @@
|
||||||
#define CONCURRENTBUFFERMANAGER_H_
|
#define CONCURRENTBUFFERMANAGER_H_
|
||||||
#include <stasis/bufferManager.h>
|
#include <stasis/bufferManager.h>
|
||||||
stasis_buffer_manager_t* stasis_buffer_manager_concurrent_hash_factory(stasis_log_t *log, stasis_dirty_page_table_t *dpt);
|
stasis_buffer_manager_t* stasis_buffer_manager_concurrent_hash_factory(stasis_log_t *log, stasis_dirty_page_table_t *dpt);
|
||||||
|
stasis_buffer_manager_t* stasis_buffer_manager_concurrent_hash_open(stasis_page_handle_t * h, stasis_log_t * log, stasis_dirty_page_table_t * dpt);
|
||||||
#endif /* CONCURRENTBUFFERMANAGER_H_ */
|
#endif /* CONCURRENTBUFFERMANAGER_H_ */
|
||||||
|
|
Loading…
Reference in a new issue