Commit cbda52ae authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

We need VSM_Alloc() for test c00083 for now.

parent 15e2caa6
......@@ -977,6 +977,8 @@ void SES_Set_String_Attr(struct sess *sp, enum sess_attr a, const char *src);
const char *SES_Get_String_Attr(const struct sess *sp, enum sess_attr a);
/* cache_shmlog.c */
void *VSM_Alloc(unsigned size, const char *class, const char *type,
const char *ident);
void VSM_Free(void *ptr);
#ifdef VSL_ENDMARKER
void VSLv(enum VSL_tag_e tag, uint32_t vxid, const char *fmt, va_list va);
......
......@@ -55,9 +55,6 @@ static ssize_t vsl_segsize;
struct VSC_main *VSC_C_main;
static void *VSM_Alloc(unsigned size, const char *class, const char *type,
const char *ident);
static void
vsl_sanity(const struct vsl_log *vsl)
{
......@@ -569,7 +566,7 @@ VSM_Init(void)
/*--------------------------------------------------------------------*/
static void *
void *
VSM_Alloc(unsigned size, const char *class, const char *type,
const char *ident)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment