Fix FilterInfo to use pid_t for tid 41/215341/1
authorMateusz Majewski <m.majewski2@samsung.com>
Mon, 7 Oct 2019 06:34:17 +0000 (08:34 +0200)
committerMateusz Majewski <m.majewski2@samsung.com>
Mon, 7 Oct 2019 06:49:51 +0000 (08:49 +0200)
Change-Id: If22062d76d02f62baad5fff5e756adbba56d0caf

src/shared/logprint.c

index 4036a34..c3afa2f 100644 (file)
@@ -50,7 +50,7 @@ typedef struct FilterInfo_t {
        union {
                struct tag_and_prio tnp;
                pid_t pid;
-               pthread_t tid;
+               pid_t tid;
        };
 } FilterInfo;