Squashed commit of the following:
commit
0ccc0460560dc704aea117de3cdfead8e2f38ed2
Author: Joel Cornett <joel.cornett@gmail.com>
Date: Wed Dec 9 16:25:25 2015 -0500
added SO_PUBLIC prefix to MemoryContext & MemoryExclude
#ifndef MEMORY_PROFILER_DEFS_H
#define MEMORY_PROFILER_DEFS_H
+#include "main/snort_types.h"
+
struct MemoryTracker;
struct MemoryProfilerConfig
unsigned count = 0;
};
-class MemoryContext
+class SO_PUBLIC MemoryContext
{
public:
MemoryContext(MemoryTracker&);
MemoryTracker* saved;
};
-class MemoryExclude
+class SO_PUBLIC MemoryExclude
{
public:
MemoryExclude();