]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/lib/smartall.h
Add debug times, reduce size of two-pool-changer test
[bacula/bacula] / bacula / src / lib / smartall.h
index 96fa7ed8aee360ede5a22ae1a8e763e6b86840ee..4041d5fda3021614f29162d78daad3d6fb3447be 100644 (file)
@@ -1,7 +1,7 @@
 /*
    Bacula® - The Network Backup Solution
 
-   Copyright (C) 2000-2007 Free Software Foundation Europe e.V.
+   Copyright (C) 2000-2008 Free Software Foundation Europe e.V.
 
    The main author of Bacula is Kern Sibbald, with contributions from
    many others, a complete list can be found in the file AUTHORS.
@@ -60,7 +60,7 @@ extern void sm_new_owner(const char *fname, int lineno, char *buf);
 extern void sm_check(const char *fname, int lineno, bool bufdump);
 extern int sm_check_rtn(const char *fname, int lineno, bool bufdump);
 #else
-#define Dsm_check(lvl, f, l, fl)
+#define Dsm_check(lvl)
 #define sm_check(f, l, fl)
 #define sm_check_rtn(f, l, fl) 1
 #endif