Added the missed macro definition in slowlog.h
This commit is contained in:
parent
f5d48537f1
commit
1ed5f84a79
@ -27,6 +27,9 @@
|
|||||||
* POSSIBILITY OF SUCH DAMAGE.
|
* POSSIBILITY OF SUCH DAMAGE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __SLOWLOG_H__
|
||||||
|
#define __SLOWLOG_H__
|
||||||
|
|
||||||
#define SLOWLOG_ENTRY_MAX_ARGC 32
|
#define SLOWLOG_ENTRY_MAX_ARGC 32
|
||||||
#define SLOWLOG_ENTRY_MAX_STRING 128
|
#define SLOWLOG_ENTRY_MAX_STRING 128
|
||||||
|
|
||||||
@ -47,3 +50,5 @@ void slowlogPushEntryIfNeeded(client *c, robj **argv, int argc, long long durati
|
|||||||
|
|
||||||
/* Exported commands */
|
/* Exported commands */
|
||||||
void slowlogCommand(client *c);
|
void slowlogCommand(client *c);
|
||||||
|
|
||||||
|
#endif /* __SLOWLOG_H__ */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user