This commit is contained in:
Andrey Zelenkov
2019-03-11 17:31:59 +03:00
parent dccb4cf354
commit 22de5fcddf
20 changed files with 48 additions and 48 deletions

View File

@@ -467,7 +467,7 @@ Unit::add_port(nxt_unit_ctx_t *ctx, nxt_unit_port_t *port)
}
inline bool
inline bool
operator == (const nxt_unit_port_id_t &p1, const nxt_unit_port_id_t &p2)
{
return p1.pid == p2.pid && p1.id == p2.id;