Changeset 17a8fcf in mainline for abi


Ignore:
Timestamp:
2024-12-13T08:32:42Z (15 months ago)
Author:
Nataliia Korop <n.corop08@…>
Children:
9eb21d1
Parents:
12dd36c
git-author:
Nataliia Korop <n.corop08@…> (2023-12-13 08:35:34)
git-committer:
Nataliia Korop <n.corop08@…> (2024-12-13 08:32:42)
Message:

Packet capture prototype

File:
1 edited

Legend:

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

    r12dd36c r17a8fcf  
    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.