* [patch hail 1/2] use hail_log.h
@ 2010-11-10 20:50 Pete Zaitcev
2010-11-18 8:45 ` Jeff Garzik
0 siblings, 1 reply; 2+ messages in thread
From: Pete Zaitcev @ 2010-11-10 20:50 UTC (permalink / raw)
To: Project Hail List; +Cc: Jeff Garzik
I think forward declarations are not needed if we have a nice leaf header.
Signed-off-by: Pete Zaitcev <zaitcev@redhat.com>
---
include/cld_common.h | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
commit 12f0fd5e0c6925299617082d834220396fae252e
Author: Pete Zaitcev <zaitcev@yahoo.com>
Date: Wed Nov 10 12:38:14 2010 -0700
Cleanup for hail_log.
diff --git a/include/cld_common.h b/include/cld_common.h
index 3ac18c6..84b1ec6 100644
--- a/include/cld_common.h
+++ b/include/cld_common.h
@@ -27,11 +27,10 @@
#include <glib.h>
#include <openssl/sha.h>
#include <cld_msg_rpc.h>
+#include <hail_log.h>
#define CLD_ALIGN8(n) ((8 - ((n) & 7)) & 7)
-struct hail_log;
-
struct cld_timer {
bool fired;
bool on_list;
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [patch hail 1/2] use hail_log.h
2010-11-10 20:50 [patch hail 1/2] use hail_log.h Pete Zaitcev
@ 2010-11-18 8:45 ` Jeff Garzik
0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2010-11-18 8:45 UTC (permalink / raw)
To: Pete Zaitcev; +Cc: Project Hail List
On 11/10/2010 03:50 PM, Pete Zaitcev wrote:
> I think forward declarations are not needed if we have a nice leaf header.
>
> Signed-off-by: Pete Zaitcev<zaitcev@redhat.com>
>
> ---
> include/cld_common.h | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
applied 1-2
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-11-18 8:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-10 20:50 [patch hail 1/2] use hail_log.h Pete Zaitcev
2010-11-18 8:45 ` Jeff Garzik
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox