Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
    PUBLISHED_FROM=c27775ecf1ccacfe0c4e8a1f99ef84ac3bfda88f
  • Loading branch information
alashkin authored and cpq committed Aug 27, 2015
1 parent 19fe2d6 commit c2a1253
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fossa.c
Original file line number Diff line number Diff line change
Expand Up @@ -1598,7 +1598,7 @@ int json_emit(char *buf, int buf_len, const char *fmt, ...) {
#define _NS_CALLBACK_MODIFIABLE_FLAGS_MASK \
(NSF_USER_1 | NSF_USER_2 | NSF_USER_3 | NSF_USER_4 | NSF_USER_5 | \
NSF_USER_6 | NSF_WEBSOCKET_NO_DEFRAG | NSF_SEND_AND_CLOSE | NSF_DONT_SEND | \
NSF_CLOSE_IMMEDIATELY)
NSF_CLOSE_IMMEDIATELY | NSF_IS_WEBSOCKET)

#ifndef intptr_t
#define intptr_t long
Expand Down
2 changes: 1 addition & 1 deletion src/net.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
#define _NS_CALLBACK_MODIFIABLE_FLAGS_MASK \
(NSF_USER_1 | NSF_USER_2 | NSF_USER_3 | NSF_USER_4 | NSF_USER_5 | \
NSF_USER_6 | NSF_WEBSOCKET_NO_DEFRAG | NSF_SEND_AND_CLOSE | NSF_DONT_SEND | \
NSF_CLOSE_IMMEDIATELY)
NSF_CLOSE_IMMEDIATELY | NSF_IS_WEBSOCKET)

#ifndef intptr_t
#define intptr_t long
Expand Down

0 comments on commit c2a1253

Please sign in to comment.