chiark / gitweb /
journal-remote: allow splitting incoming logs by source host
[elogind.git] / src / journal-remote / journal-remote-parse.h
index 2b6c24ef3ac3d0c6df4cb431b3ead393209fe80c..b02b5a6372a067360c3b45219edbef163e87a1e8 100644 (file)
@@ -33,7 +33,7 @@ typedef enum {
 } source_state;
 
 typedef struct RemoteSource {
-        charname;
+        char *name;
         int fd;
 
         char *buf;