Revision: 14335 Author: adrian.chadd Date: Mon Oct 19 02:10:23 2009 Log: fix typo
http://code.google.com/p/lusca-cache/source/detail?r=14335 Modified: /branches/LUSCA_HEAD/libloghelper/loghelper.h ======================================= --- /branches/LUSCA_HEAD/libloghelper/loghelper.h Mon Oct 19 00:17:47 2009 +++ /branches/LUSCA_HEAD/libloghelper/loghelper.h Mon Oct 19 02:10:23 2009 @@ -8,7 +8,7 @@ int written_len; dlink_node node; }; -typedef struct loghelper_buffer loghelper_buffer_t; +typedef struct _loghelper_buffer loghelper_buffer_t; struct _loghelper_instance { int rfd, wfd; /* read/write FDs to IPC helper */ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "lusca-commit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/lusca-commit?hl=en -~----------~----~----~----~------~----~------~--~---
