Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

Commit

Permalink
unix: uv_pipe_t should not depend on UV_TCP_PRIVATE_FIELDS
Browse files Browse the repository at this point in the history
  • Loading branch information
bnoordhuis committed Sep 9, 2011
1 parent bd6066c commit 52eca75
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/uv-private/uv-unix.h
Expand Up @@ -117,9 +117,7 @@ typedef int uv_file;


/* UV_NAMED_PIPE */
#define UV_PIPE_PRIVATE_TYPEDEF
#define UV_PIPE_PRIVATE_FIELDS \
UV_TCP_PRIVATE_FIELDS \
const char* pipe_fname; /* strdup'ed */


Expand Down

0 comments on commit 52eca75

Please sign in to comment.