Archived
1
0
Fork 0

Added output test for mysql

This commit is contained in:
Fredric N 2010-09-20 23:06:57 +02:00 committed by Henrik Hautakoski
parent e93422ecef
commit 131a8b9501
4 changed files with 55 additions and 17 deletions

View file

@ -1,4 +1,4 @@
/* arch/mysql.c - Mysql implementation
/* output/mysql.c - Mysql output-driver
*
* Copyright (C) 2010 Fredric Nilsson <fredric@fiktivkod.org>
*
@ -20,9 +20,6 @@
#include "../common/xalloc.h"
#include "../notify/event.h"
#define STRSZ(s) (sizeof(char) * strlen(s))
typedef struct {
char *host;
int port;