diff options
Diffstat (limited to 'src/core/protocol.h')
| -rw-r--r-- | src/core/protocol.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/protocol.h b/src/core/protocol.h index b9760725..21d3b6b9 100644 --- a/src/core/protocol.h +++ b/src/core/protocol.h @@ -59,7 +59,7 @@ struct nni_protocol { * created or destroyed. */ int (*proto_add_pipe)(void *, nni_pipe_t); - int (*proto_remove_pipe)(void *, nni_pipe_t); + int (*proto_rem_pipe)(void *, nni_pipe_t); /* * Option manipulation. These may be NULL. |
