aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorcnlohr <lohr85@gmail.com>2017-02-12 23:24:17 -0500
committercnlohr <lohr85@gmail.com>2017-02-12 23:24:17 -0500
commit1ffadeda2fac023741c9a828714bb4ac29fcd815 (patch)
tree4c0ddbfbe1e40dfb8eea0a382692f44300b2264e /include
parentee1ec597c5dcb851be8b72e1458bb70fc6cb96a9 (diff)
downloadlibsurvive-1ffadeda2fac023741c9a828714bb4ac29fcd815.tar.gz
libsurvive-1ffadeda2fac023741c9a828714bb4ac29fcd815.tar.bz2
Working on closing #15 - still needs work.
Diffstat (limited to 'include')
-rw-r--r--include/survive.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/survive.h b/include/survive.h
index d29b487..7d461c7 100644
--- a/include/survive.h
+++ b/include/survive.h
@@ -35,7 +35,9 @@ struct SurviveObject
#ifdef USE_OLD_DISAMBIGUATOR
uint32_t last_master_time;
uint32_t last_slave_time;
- int32_t last_photo_length;
+ int16_t last_master_length;
+ int16_t last_slave_length;
+ int8_t is_on_slave;
#else
uint32_t last_master_time;
struct disambiguator * d;