libdlog: thread-local cache for pid/tid
[platform/core/system/dlog.git] / include / queued_entry.h
index e1a33f0..a4eef40 100644 (file)
@@ -122,7 +122,7 @@ struct pipe_logger_entry {
 extern "C" {
 #endif
 
-void create_pipe_message(void * buf, int prio, char const * tag, char const * msg);
+void create_pipe_message(void * buf, int prio, char const * tag, char const * msg, int32_t pid, int32_t tid);
 void set_pipe_message_sent_timestamp(struct pipe_logger_entry *ple, struct timespec *mono, struct timespec *real);
 void fixup_pipe_msg(struct dlogutil_entry_with_msg *dewm, int payload_size);
 int parse_kmsg_message(char *buffer, struct dlogutil_entry_with_msg *lem, int buffer_size);