Changeset 42c2e65 in mainline for abi/include/abi/ipc/interfaces.h


Ignore:
Timestamp:
2023-12-13T08:35:34Z (5 months ago)
Author:
Nataliia Korop <n.corop08@…>
Children:
dc5c303
Parents:
7cf5ddb
Message:

Packet capture prototype

File:
1 edited

Legend:

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

    r7cf5ddb r42c2e65  
    201201        INTERFACE_WNDMGT_CB =
    202202            FOURCC_COMPACT('w', 'm', 'g', 't') | IFACE_EXCHANGE_SERIALIZE | IFACE_MOD_CALLBACK,
     203        INTERFACE_PCAP_CONTROL =
     204            FOURCC_COMPACT('p', 'c', 't', 'l') | IFACE_EXCHANGE_SERIALIZE,
    203205} iface_t;
    204206
Note: See TracChangeset for help on using the changeset viewer.