Skip to content

Commit

Permalink
Add 'None' flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Rachel Macfarlane committed Mar 15, 2018
1 parent 62103a3 commit c2baa22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/process.h
Expand Up @@ -17,6 +17,7 @@ struct ProcessInfo {
};

enum ProcessDataFlags {
NONE = 0,
MEMORY = 1
};

Expand Down
1 change: 1 addition & 0 deletions typings/windows-process-tree.d.ts
Expand Up @@ -7,6 +7,7 @@

declare module 'windows-process-tree' {
export enum ProcessDataFlag {
None = 0,
Memory = 1
}

Expand Down

0 comments on commit c2baa22

Please sign in to comment.