commit | 46d7ea4cebb24283a98b29f00012e36ce367f52b | [log] [tgz] |
---|---|---|
author | Ed Tanous <edtanous@google.com> | Wed Jul 12 14:59:29 2023 -0700 |
committer | Ed Tanous <ed@tanous.net> | Mon Aug 21 18:30:29 2023 +0000 |
tree | 2f9c03755a2ca3c241347fb7eef90cb1b800c6b7 | |
parent | 47652f2f20b3d69a2f1c26fb06e80e2f1c4f24d6 [diff] |
Use a real struct There's no usage of these structures as a tuple, and get<0> isn't very descriptive. Replace them with a struct. Change-Id: I7705a14fe1486c9398fd4bbc426f3c8208060c8e Signed-off-by: Ed Tanous <edtanous@google.com>