]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/lib/mem_pool.h
Use the command line utility dropdb instead of the psql command
[bacula/bacula] / bacula / src / lib / mem_pool.h
index 6c7c928bda3714c371b0816300bcac54d770376a..96fa5a7de8aaea215eceab016c4d363c89a31654 100644 (file)
 
  */
 
+#ifndef __MEM_POOL_H_
+#define __MEM_POOL_H_
+
+
 #ifdef SMARTALLOC
 
 #define get_pool_memory(pool) sm_get_pool_memory(__FILE__, __LINE__, pool)
@@ -68,3 +72,5 @@ extern void  print_memory_pool_stats();
 #define PM_MESSAGE 3                  /* daemon message */
 #define PM_EMSG    4                  /* error message */
 #define PM_MAX     PM_EMSG            /* Number of types */
+
+#endif