fix typo in uncompiled code
This commit is contained in:
parent
078d518bb6
commit
c440f7ad62
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
#include <fcntl.h>
|
||||
|
||||
#ifdef STASIS_BUFFER_MANAGER_FACTORY
|
||||
stasis_buffer_manager_t * stasis_buffer_manager_factory = STASIS_BUFFER_MANAGER_FACTORY;
|
||||
stasis_buffer_manager_t * (*stasis_buffer_manager_factory)(stasis_log_t*, stasis_dirty_page_table_t*) = STASIS_BUFFER_MANAGER_FACTORY;
|
||||
#else
|
||||
stasis_buffer_manager_t * (*stasis_buffer_manager_factory)(stasis_log_t*, stasis_dirty_page_table_t*) = stasis_buffer_manager_concurrent_hash_factory;
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue