diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2026-01-27 12:31:49 +0000 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2026-02-17 14:55:28 +0000 |
| commit | 72e0f1b67bdd3f89cf51e89a3c17dd4a7cb575f1 (patch) | |
| tree | c7e29b0a56ad5f81ed82f2bf47531c0d0b52812d /pkg/flatrpc/flatrpc.fbs | |
| parent | 21b4b9b6789f7b255eb115d3757e82652bb33eaa (diff) | |
all: add a DumpMemory feature
On Linux, verify that makedumpfile and the second kernel are present,
then set up a kernel to be used on panic.
Diffstat (limited to 'pkg/flatrpc/flatrpc.fbs')
| -rw-r--r-- | pkg/flatrpc/flatrpc.fbs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/flatrpc/flatrpc.fbs b/pkg/flatrpc/flatrpc.fbs index 3876af965..b8542bf9e 100644 --- a/pkg/flatrpc/flatrpc.fbs +++ b/pkg/flatrpc/flatrpc.fbs @@ -34,6 +34,7 @@ enum Feature : uint64 (bit_flags) { LRWPANEmulation, // 802.15.4 standard BinFmtMisc, Swap, + MemoryDump, } table ConnectHelloRaw { |
