delete mlist;
- sm_dump(false);
+ sm_dump(false); /* test program */
}
#endif
/*
Bacula® - The Network Backup Solution
- Copyright (C) 2003-2007 Free Software Foundation Europe e.V.
+ Copyright (C) 2003-2010 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.
*
* Kern Sibbald, July MMIII
*
- * Version $Id$
- *
*/
#include "bacula.h"
printf("destroy dlistString chain\n");
chain.destroy();
- sm_dump(false);
+ sm_dump(false); /* unit test */
}
#endif
/*
Bacula® - The Network Backup Solution
- Copyright (C) 2007 Kern Sibbald
+ Copyright (C) 2007-2010 Kern Sibbald
The main author of Bacula is Kern Sibbald, with contributions from
many others, a complete list can be found in the file AUTHORS.
* Program to convert uid and gid into names, and cache the results
* for preformance reasons.
*
- * Version $Id$
*/
#include "bacula.h"
}
free_guid_list(list);
- sm_dump(false);
+ sm_dump(false); /* unit test */
return 0;
}
/*
Bacula® - The Network Backup Solution
- Copyright (C) 2003-2008 Free Software Foundation Europe e.V.
+ Copyright (C) 2003-2010 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.
*
* Kern Sibbald, July MMIII
*
- * Version $Id$
- *
*/
#include "bacula.h"
free(jcrtbl);
printf("Freed jcrtbl\n");
- sm_dump(false);
+ sm_dump(false); /* unit test */
}
#endif
-/*
- * Bacula red-black binary tree routines.
- *
- * rblist is a binary tree with the links being in the data item.
- *
- * Developped in part from ideas obtained from several online University
- * courses.
- *
- * Kern Sibbald, November MMV
- *
- * Version $Id$
- *
- */
/*
Bacula® - The Network Backup Solution
- Copyright (C) 2005-2007 Free Software Foundation Europe e.V.
+ Copyright (C) 2005-2010 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.
(FSFE), Fiduciary Program, Sumatrastrasse 25, 8006 Zürich,
Switzerland, email:ftf@fsfeurope.org.
*/
+/*
+ * Bacula red-black binary tree routines.
+ *
+ * rblist is a binary tree with the links being in the data item.
+ *
+ * Developped in part from ideas obtained from several online University
+ * courses.
+ *
+ * Kern Sibbald, November MMV
+ *
+ */
#include "bacula.h"
delete jcr_chain;
- sm_dump(true);
+ sm_dump(true); /* unit test */
}
#endif