Attention is currently required from: Julius Werner, Xixi Chen.
Hung-Te Lin has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/62850 )
Change subject: libpayload: Add struct name "channel" for external access
......................................................................
Patch Set 2:
(1 comment)
Patchset:
PS2:
Is that true? I thought struct fields are accessed by variable name instead of type name, and channel is the variable name.
Example:
```
struct {
int a;
struct {
int b;
} c[0];
} d;
int main() {
d.a = 1;
d.c[0].b = 0;
return 0;
}
```
I can successfully compile this program.
--
To view, visit
https://review.coreboot.org/c/coreboot/+/62850
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I8dcd3b52f33f80afb7885ffdcad826d86b54b543
Gerrit-Change-Number: 62850
Gerrit-PatchSet: 2
Gerrit-Owner: Xixi Chen
xixi.chen@mediatek.corp-partner.google.com
Gerrit-Reviewer: Hung-Te Lin
hungte@chromium.org
Gerrit-Reviewer: Julius Werner
jwerner@chromium.org
Gerrit-Reviewer: Yu-Ping Wu
yupingso@google.com
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-CC: Paul Menzel
paulepanter@mailbox.org
Gerrit-CC: Ravi kumar
rbokka@codeaurora.org
Gerrit-CC: Rex-BC Chen
rex-bc.chen@mediatek.com
Gerrit-Attention: Julius Werner
jwerner@chromium.org
Gerrit-Attention: Xixi Chen
xixi.chen@mediatek.corp-partner.google.com
Gerrit-Comment-Date: Wed, 16 Mar 2022 08:02:55 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment