Don't limit refclock driver name to 4 chars

This commit is contained in:
Miroslav Lichvar
2011-06-13 13:49:46 +02:00
parent 0bf34725e3
commit 31ba3144c8
3 changed files with 20 additions and 8 deletions

View File

@@ -32,7 +32,7 @@
#include "sources.h"
typedef struct {
char driver_name[4];
char *driver_name;
char *driver_parameter;
int driver_poll;
int poll;