commit | ec73020d999e628475c5980f0f9a0198023c2b22 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Tue Jun 14 16:09:16 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Jun 14 16:09:16 2016 +0000 |
tree | 25401f3bba259da2fe8f0336c664a8c62a151b8d | |
parent | bd3b377af2efad2328e847489c9ac558359d2918 [diff] | |
parent | d5602d536b638831442cde8e5200d5cf1600dd3a [diff] |
Merge "fs_mgr: Track the bootloader_message struct change."
diff --git a/fs_mgr/fs_mgr_slotselect.c b/fs_mgr/fs_mgr_slotselect.c index ca07b18..0f59115 100644 --- a/fs_mgr/fs_mgr_slotselect.c +++ b/fs_mgr/fs_mgr_slotselect.c
@@ -41,7 +41,7 @@ int n; int misc_fd; ssize_t num_read; - struct bootloader_message msg; + struct bootloader_message_ab msg; misc_fd = -1; for (n = 0; n < fstab->num_entries; n++) {