后台改为zlog实现
This commit is contained in:
19
zlog/record_table.h
Normal file
19
zlog/record_table.h
Normal file
@@ -0,0 +1,19 @@
|
||||
/*
|
||||
* This file is part of the zlog Library.
|
||||
*
|
||||
* Copyright (C) 2011 by Hardy Simpson <HardySimpson1984@gmail.com>
|
||||
*
|
||||
* Licensed under the LGPL v2.1, see the file COPYING in base directory.
|
||||
*/
|
||||
|
||||
#ifndef __zlog_record_table_h
|
||||
#define __zlog_record_table_h
|
||||
|
||||
#include "zc_defs.h"
|
||||
#include "record.h"
|
||||
|
||||
zc_hashtable_t *zlog_record_table_new(void);
|
||||
void zlog_record_table_del(zc_hashtable_t * records);
|
||||
void zlog_record_table_profile(zc_hashtable_t * records, int flag);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user