aboutsummaryrefslogtreecommitdiffstats
path: root/src/l2su.h
diff options
context:
space:
mode:
authorLibravatar bigfoot547 <[email protected]>2024-01-11 04:40:31 -0600
committerLibravatar bigfoot547 <[email protected]>2024-01-11 04:40:31 -0600
commit8fd75f88d2c9fc3be927c620cf57bd47bb8984ef (patch)
tree108d21d53487e769c34a8e130b00acbc3a6904aa /src/l2su.h
parentadd auth (diff)
add launch command
Diffstat (limited to 'src/l2su.h')
-rw-r--r--src/l2su.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/l2su.h b/src/l2su.h
index a455b58..e56ecb4 100644
--- a/src/l2su.h
+++ b/src/l2su.h
@@ -27,6 +27,7 @@ struct tag_l2_state_t {
struct l2_instance *instance_head;
struct l2_instance *instance_tail;
+ struct l2_version_remote *ver_latest, *ver_snapshot;
struct l2_version_remote *ver_remote_head;
struct l2_version_remote *ver_remote_tail;