Modified files:
agentd.h
Log message:
Description: Adding mssql log reader and fixing bugs on windows.
Reviewed by: dcid
Bug:
Index: agentd.h
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/client-agent/agentd.h,v
diff -u -r1.24 -r1.25
--- agentd.h 16 Apr 2009 20:02:17 -0000 1.24
+++ agentd.h 4 Jun 2009 22:08:14 -0000 1.25
@@ -36,6 +36,9 @@
/* Receiver messages */
void *receive_msg();
+/* Receiver messages for Windows */
+void *receiver_thread(void *none);
+
/* intcheck_file:
* Sends integrity checking information about a file to the server.
*/