commit | 622b8f4c760b8c4479d28430f978bad8bb9ea32c | [log] [tgz] |
---|---|---|
author | Tim Baverstock <weasel@google.com> | Tue Dec 07 11:36:59 2010 +0000 |
committer | Tim Baverstock <weasel@google.com> | Tue Dec 14 17:17:41 2010 +0000 |
tree | de3b032c6b8e41228dc93cc4da265c7060bb2fc5 | |
parent | 5c01a94e9233796c7e8c370d348c945390a36068 [diff] [blame] |
Send unsolicited time response to first signal strength query after loadvm Change-Id: I9c6260493d42564ee3aa34799313368bb2de7d4d
diff --git a/android/snapshot.h b/android/snapshot.h index be03818..c0d5965 100644 --- a/android/snapshot.h +++ b/android/snapshot.h
@@ -26,6 +26,10 @@ */ void snapshot_print_and_exit( const char *snapstorage ); + +extern int android_snapshot_update_time; +extern int android_snapshot_update_time_request; + #endif #endif /* SNAPSHOTS_H_ */