Revision: 14324 Author: adrian.chadd Date: Sun Oct 18 19:52:03 2009 Log: Add the list of commands
http://code.google.com/p/lusca-cache/source/detail?r=14324 Added: /branches/LUSCA_HEAD/libloghelper/loghelper_commands.h ======================================= --- /dev/null +++ /branches/LUSCA_HEAD/libloghelper/loghelper_commands.h Sun Oct 18 19:52:03 2009 @@ -0,0 +1,17 @@ +#ifndef __LIBLOGHELPER_LOGHELPER_COMMANDS_H__ +#define __LIBLOGHELPER_LOGHELPER_COMMANDS_H__ + + +typedef enum { + LH_CMD_NONE, + LH_CMD_ROTATE, + LH_CMD,TRUNCATE, + LH_CMD_REOPEN, + LH_CMD_SET_ROTATE_COUNT, + LH_CMD_ENABLE_BUFFERING, + LH_CMD_DISABLE_BUFFERING + LH_CMD_LAST +} loghelper_command_t; + + +#endif --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
