Added symbols necessary to link with logger.o
This commit is contained in:
parent
4be26caf4e
commit
e6b85158f0
1 changed files with 8 additions and 0 deletions
|
@ -28,6 +28,14 @@
|
||||||
#include "ecdsagen.h"
|
#include "ecdsagen.h"
|
||||||
#include "sptps.h"
|
#include "sptps.h"
|
||||||
|
|
||||||
|
// Symbols necessary to link with logger.o
|
||||||
|
bool send_request(void *c, const char *msg, ...) { return false; }
|
||||||
|
struct list_t *connection_list = NULL;
|
||||||
|
bool send_meta(void *c, const char *msg , int len) { return false; }
|
||||||
|
char *logfilename = NULL;
|
||||||
|
bool do_detach = false;
|
||||||
|
struct timeval now;
|
||||||
|
|
||||||
static bool send_data(void *handle, uint8_t type, const void *data, size_t len) {
|
static bool send_data(void *handle, uint8_t type, const void *data, size_t len) {
|
||||||
int fd = *(int *)handle;
|
int fd = *(int *)handle;
|
||||||
UNUSED(type);
|
UNUSED(type);
|
||||||
|
|
Loading…
Reference in a new issue