Changeset e38f315


Ignore:
Timestamp:
Aug 5, 2017, 11:21:53 PM (7 years ago)
Author:
Jason Gross <jasongross9@gmail.com>
Branches:
master
Children:
89e4294
Parents:
604303c
git-author:
Jason Gross <jgross@mit.edu> (08/05/17 20:31:15)
git-committer:
Jason Gross <jasongross9@gmail.com> (08/05/17 23:21:53)
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

    r604303c re38f315  
    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.