Revision: 14312 Author: adrian.chadd Date: Thu Oct 1 23:04:52 2009 Log: Fix compile issue introduced in last commit. Fixes Issue 69.
http://code.google.com/p/lusca-cache/source/detail?r=14312 Modified: /branches/LUSCA_HEAD/src/structs.h ======================================= --- /branches/LUSCA_HEAD/src/structs.h Wed Sep 30 20:42:50 2009 +++ /branches/LUSCA_HEAD/src/structs.h Thu Oct 1 23:04:52 2009 @@ -827,11 +827,9 @@ int max_filedescriptors; char *accept_filter; int incoming_rate; -#if USE_AUFSOPS struct { int n_aiops_threads; } aiops; -#endif /* XXX I'm not sure where these should live .. */ squid_off_t client_socksize; }; --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
