]> git.itanic.dy.fi Git - rrdd/blobdiff - process.h
Improve mutex debugging prints
[rrdd] / process.h
index 4134d30969895411c780435f9312ade19741965f..2d58565ff883d5a9b80281bd73d7c127467254b9 100644 (file)
--- a/process.h
+++ b/process.h
@@ -27,6 +27,7 @@ struct mutex {
        pthread_mutex_t lock;
        int line;
        char *file;
+       char owner_name[16];
        time_t lock_time;
        char *name;
 };