diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2019-09-25 22:20:25 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2019-09-25 22:20:25 (GMT) |
commit | 6ed1e4110eb19b78f76154aa095a74414531f04c (patch) | |
tree | d1c3562cb6e180baff3c388a3bb3574b0a02213b /src/analysis/db/misc | |
parent | 3dc843b3f7991dcd738a30821ff56c7fe13f1094 (diff) |
Prepared history for database items.
Diffstat (limited to 'src/analysis/db/misc')
-rw-r--r-- | src/analysis/db/misc/timestamp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/analysis/db/misc/timestamp.h b/src/analysis/db/misc/timestamp.h index eba0fa7..4ff714e 100644 --- a/src/analysis/db/misc/timestamp.h +++ b/src/analysis/db/misc/timestamp.h @@ -39,8 +39,8 @@ typedef uint64_t timestamp_t; /* Valeurs particulières */ -#define TIMESTAMP_ALL_ACTIVE 0 -#define TIMESTAMP_ALL_INACTIVE 1 +#define TIMESTAMP_ALL_ACTIVE 0 // REMME +#define TIMESTAMP_ALL_INACTIVE 1 // REMME /* Obtient un horodatage initialisé au moment même. */ |