connectivitylayer/isce/p2prouter_dll/inc/p2pinternaldefs.h
changeset 5 8ccc39f9d787
parent 0 63b37f68c1ce
equal deleted inserted replaced
4:510c70acdbf6 5:8ccc39f9d787
    20 #ifndef __P2PIDS_H__
    20 #ifndef __P2PIDS_H__
    21 #define __P2PIDS_H__
    21 #define __P2PIDS_H__
    22 
    22 
    23 enum TP2PSyncRequest
    23 enum TP2PSyncRequest
    24     {
    24     {
    25     EP2PClose = 0,
    25     EP2PClose = 1,
    26     EP2PSend,
    26     EP2PSend,
    27     EP2PAllocateBlock,
    27     EP2PAllocateBlock,
    28     EP2PDeallocateBlock,
    28     EP2PDeallocateBlock,
    29     EP2PLastSyncRequest
    29     EP2PLastSyncRequest
    30     };
    30     };