summaryrefslogtreecommitdiffstats
path: root/nserver/src/protocol.h
blob: 3d357d99475fc8682c28055699abcd98d45a6074 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef _protocol_h
#define _protocol_h

#include <bstrlib.h>
#include <hashmap.h>
#include <stats.h>
#include <dbg.h>

int sscreate(char *key);
int ssdelete(char *key);
int sssample(char *key, double s);
double ssmean(char *key);
char *ssdump(char *key);


#endif