On Mon,  7 Dec 2009 16:43:02 -0800
Colin McCabe <[email protected]> wrote:

> +++ b/server/cld.h
> @@ -26,6 +26,7 @@
>  #include <glib.h>
>  #include "cldb.h"
>  #include <cld_msg.h>
> +#include "common.h"
>  #include <libtimer.h>

This should be <common.h> since it's common (in include).

> -extern int debugging;
> +extern struct cld_log srv_log;

> -     applog(LOG_INFO, "databases down");
> +     CLD_INFO(&srv_log, "databases down");

Great, you took code that was common across Hail and made it specific
to CLD again.

-- Pete
--
To unsubscribe from this list: send the line "unsubscribe hail-devel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to