| 41 | } |
| 42 | |
| 43 | void noop_negotiator_init(struct fetch_negotiator *negotiator) |
| 44 | { |
| 45 | negotiator->known_common = known_common; |
| 46 | negotiator->add_tip = add_tip; |
| 47 | negotiator->next = next; |
| 48 | negotiator->ack = ack; |
| 49 | negotiator->have_sent = have_sent; |
| 50 | negotiator->release = release; |
| 51 | negotiator->data = NULL; |
| 52 | } |
no outgoing calls
no test coverage detected