summaryrefslogtreecommitdiff
path: root/lib/log
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2016-11-02 14:26:41 +0100
committerZdenek Kabelac <zkabelac@redhat.com>2016-11-03 12:43:09 +0100
commit28b210f4fa10ef5e9baf4e28a891460eb65eb602 (patch)
tree5c171471a80ffaea765ce40bc85abe50ca35dbe2 /lib/log
parent1db4b81d5a1e7c85ab5928c9f6a62ec9565885df (diff)
downloadlvm2-28b210f4fa10ef5e9baf4e28a891460eb65eb602.tar.gz
cleanup: add 'static' for local struct
Diffstat (limited to 'lib/log')
-rw-r--r--lib/log/log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/log/log.c b/lib/log/log.c
index 2207c7e31..f9d564982 100644
--- a/lib/log/log.c
+++ b/lib/log/log.c
@@ -67,7 +67,7 @@ struct log_stream_item {
char *buffer;
};
-struct log_stream {
+static struct log_stream {
struct log_stream_item out;
struct log_stream_item err;
struct log_stream_item report;