Changeset 4c0e713


Ignore:
Timestamp:
Aug 5, 2017, 10:54:35 PM (7 years ago)
Author:
Jason Gross <jgross@mit.edu>
Children:
6cd3a0f
Parents:
0e64661
git-author:
Jason Gross <jgross@mit.edu> (08/05/17 20:31:15)
git-committer:
Jason Gross <jgross@mit.edu> (08/05/17 22:54:35)
Message:
logging.c: Make bool defer_logs static

It's not used outside the file, so we might as well make it static.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • logging.c

    r0e64661 r4c0e713  
    1111static GMainLoop *log_loop;
    1212static GThread *logging_thread;
    13 bool defer_logs;
     13static bool defer_logs;
    1414static GQueue *deferred_entry_queue;
    1515
Note: See TracChangeset for help on using the changeset viewer.