Skip to content

Commit

Permalink
add buffer and pkey as "meta type" for linux OS
Browse files Browse the repository at this point in the history
  • Loading branch information
FrenchYeti committed Apr 9, 2022
1 parent 71239a0 commit 5a77440
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/common/Types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ export enum L {
EPFD, // EPoll File Descriptor
WD,// Watch Descriptor,
PIPEFD, // fd[2] read FD, write FD
SOCKFD
SOCKFD,
BUFFER,
PKEY
}

export enum T {
Expand Down

0 comments on commit 5a77440

Please sign in to comment.