[tracker/sparql-update: 18/28] libtracker-data: Update my beautiful ascii art that explains the journal
- From: Philip Van Hoof <pvanhoof src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/sparql-update: 18/28] libtracker-data: Update my beautiful ascii art that explains the journal
- Date: Tue, 29 Mar 2011 08:23:56 +0000 (UTC)
commit 4040fd426e2c0995e42749ad01b5435cc3a10995
Author: Philip Van Hoof <philip codeminded be>
Date: Mon Mar 14 11:58:16 2011 +0100
libtracker-data: Update my beautiful ascii art that explains the journal
src/libtracker-data/tracker-db-journal.c | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/src/libtracker-data/tracker-db-journal.c b/src/libtracker-data/tracker-db-journal.c
index caf6e3b..842d64f 100644
--- a/src/libtracker-data/tracker-db-journal.c
+++ b/src/libtracker-data/tracker-db-journal.c
@@ -48,10 +48,11 @@
/*
* data_format:
* #... 0000 0000 (total size is 4 bytes)
- * |||`- resource insert (all other bits must be 0 if 1)
- * ||`-- object type (1 = id, 0 = cstring)
- * |`--- operation type (0 = insert, 1 = delete)
- * `---- graph (0 = default graph, 1 = named graph)
+ * | |||`- resource insert (all other bits must be 0 if 1)
+ * | ||`-- object type (1 = id, 0 = cstring)
+ * | |`--- operation type (0 = insert, 1 = delete)
+ * | `---- graph (0 = default graph, 1 = named graph)
+ * `------ update (0 = insert, 1 = update)
*/
typedef enum {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]