Revision: 14347 Author: adrian.chadd Date: Wed Oct 28 23:27:28 2009 Log: remove diskd queue struct
http://code.google.com/p/lusca-cache/source/detail?r=14347 Modified: /branches/LUSCA_HEAD/src/structs.h ======================================= --- /branches/LUSCA_HEAD/src/structs.h Thu Oct 15 16:08:35 2009 +++ /branches/LUSCA_HEAD/src/structs.h Wed Oct 28 23:27:28 2009 @@ -1983,24 +1983,6 @@ REMOVALPOLICYCREATE *create; }; -/* - * Async disk IO - this defines a async disk io queue - */ - -struct _diskd_queue { - int smsgid; /* send sysvmsg id */ - int rmsgid; /* recv sysvmsg id */ - int wfd; /* queue file descriptor ? */ - int away; /* number of requests away */ - int sent_count; /* number of messages sent */ - int recv_count; /* number of messages received */ - struct { - char *buf; /* shm buffer */ - link_list *stack; - int id; /* sysvshm id */ - } shm; -}; - struct _logfile_buffer { char *buf; int size; --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
