[tracker/journal-rotating] Squash
- From: Philip Van Hoof <pvanhoof src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/journal-rotating] Squash
- Date: Wed, 12 May 2010 11:54:39 +0000 (UTC)
commit e25951c6a6260a44bb46111729c133e7ac26468d
Author: Philip Van Hoof <philip codeminded be>
Date: Wed May 12 13:53:32 2010 +0200
Squash
src/libtracker-db/tracker-db-journal.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/libtracker-db/tracker-db-journal.c b/src/libtracker-db/tracker-db-journal.c
index e84e7e2..8b95ba0 100644
--- a/src/libtracker-db/tracker-db-journal.c
+++ b/src/libtracker-db/tracker-db-journal.c
@@ -103,10 +103,10 @@ static struct {
gsize chunk_size;
gboolean do_rotating;
gchar *rotate_to;
-} rotating_settings;
+} rotating_settings = {0};
-static JournalReader reader;
-static JournalWriter writer;
+static JournalReader reader = {0};
+static JournalWriter writer = {0};
static gboolean tracker_db_journal_rotate (void);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]