Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/majn/tgl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvvaltman <vvaltman@neon>2014-12-13 19:00:00 +0300
committervvaltman <vvaltman@neon>2014-12-13 19:00:00 +0300
commit47cf13e3b45aa8c56ed825617129ffcf3ba8c8b6 (patch)
treec49e6d7c7430161a6168c3c316ac921698d9d20e /tgl-layout.h
parent1c27b28454c035e8520da5bb4de40e421de72035 (diff)
try to fix time issues
Diffstat (limited to 'tgl-layout.h')
-rw-r--r--tgl-layout.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tgl-layout.h b/tgl-layout.h
index 0c4661f..395ff6b 100644
--- a/tgl-layout.h
+++ b/tgl-layout.h
@@ -60,6 +60,7 @@ enum tgl_dc_state {
struct tgl_session {
struct tgl_dc *dc;
long long session_id;
+ long long last_msg_id;
int seq_no;
int received_messages;
struct connection *c;