Changeset 3a4c6d9 in mainline for abi


Ignore:
Timestamp:
2025-11-14T16:58:23Z (8 weeks ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master
Children:
1ec732a, 43ef144, 7101dfb, e998d98
Parents:
d101368
git-author:
Nataliia Korop <n.corop08@…> (2025-11-14 16:57:02)
git-committer:
Jiri Svoboda <jiri@…> (2025-11-14 16:58:23)
Message:

Packet capture (thx Nataliia Korop)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • abi/include/abi/ipc/interfaces.h

    rd101368 r3a4c6d9  
    206206            FOURCC_COMPACT('s', 's', 't', 'm') | IFACE_EXCHANGE_SERIALIZE,
    207207        INTERFACE_SYSTEM_CB =
    208             FOURCC_COMPACT('s', 's', 't', 'm') | IFACE_EXCHANGE_SERIALIZE | IFACE_MOD_CALLBACK
     208            FOURCC_COMPACT('s', 's', 't', 'm') | IFACE_EXCHANGE_SERIALIZE | IFACE_MOD_CALLBACK,
     209        INTERFACE_PCAP_CONTROL =
     210            FOURCC_COMPACT('p', 'c', 't', 'l') | IFACE_EXCHANGE_SERIALIZE,
    209211} iface_t;
    210212
Note: See TracChangeset for help on using the changeset viewer.