Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LSH
lsh
Commits
acd5b14d
Commit
acd5b14d
authored
Oct 31, 2000
by
Niels Möller
Browse files
* src/exception.h (EXC_RANDOMNESS, EXC_RANDOMNESS_LOW_ENTROPY):
New exception types. Rev: src/exception.h:1.23
parent
897758c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/exception.h
View file @
acd5b14d
...
...
@@ -150,8 +150,11 @@ void exception_raise(struct exception_handler *e,
#define EXC_PAUSE_CONNECTION 0x100003
#define EXC_PAUSE_START_CONNECTION 0x100004
#define EXC_RANDOMNESS 0x200000
#define EXC_RANDOMNESS_LOW_ENTROPY 0x200001
/* Application specific exceptions */
#define EXC_APP 0x
2
00000
#define EXC_APP 0x
4
00000
#define EXC_ALL (~0)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment