| 315 | } |
| 316 | |
| 317 | void |
| 318 | graph_pcap_config_get(uint8_t *pcap_ena, uint64_t *num_pkts, char **file) |
| 319 | { |
| 320 | |
| 321 | *pcap_ena = graph_config.pcap_ena; |
| 322 | *num_pkts = graph_config.num_pcap_pkts; |
| 323 | *file = graph_config.pcap_file; |
| 324 | } |
| 325 | |
| 326 | int |
| 327 | graph_walk_start(void *conf) |
no outgoing calls
no test coverage detected