| .. | .. |
|---|
| 42 | 42 | int cmp_connection_check_used(struct cmp_connection *connection, bool *used); |
|---|
| 43 | 43 | void cmp_connection_destroy(struct cmp_connection *connection); |
|---|
| 44 | 44 | |
|---|
| 45 | | -int cmp_connection_establish(struct cmp_connection *connection, |
|---|
| 46 | | - unsigned int max_payload); |
|---|
| 45 | +int cmp_connection_reserve(struct cmp_connection *connection, |
|---|
| 46 | + unsigned int max_payload); |
|---|
| 47 | +void cmp_connection_release(struct cmp_connection *connection); |
|---|
| 48 | + |
|---|
| 49 | +int cmp_connection_establish(struct cmp_connection *connection); |
|---|
| 47 | 50 | int cmp_connection_update(struct cmp_connection *connection); |
|---|
| 48 | 51 | void cmp_connection_break(struct cmp_connection *connection); |
|---|
| 49 | 52 | |
|---|