Unverified Commit 6273b6d9 authored by Joseph Huber's avatar Joseph Huber Committed by GitHub
Browse files

[libc] Change RPC opcode enum definition (#67439)

Summary:
This enum previously manually specified the value. This just made it
unnecessarily difficult to add new ones without changing everything.
This patch also makes it compatible with C by removing the `:`
annotation and instead using the `LAST` method.
parent c55e5d4b
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment