[PAKCET_IO] framework intermediate state <the second time>

This commit is contained in:
liuwentan
2022-07-28 20:30:48 +08:00
parent 7ae4ca2e2a
commit 536bf31be1
12 changed files with 168 additions and 82 deletions

View File

@@ -12,7 +12,7 @@
#include "pio_pcap_file.h"
int pio_pcap_file_device_open(const void *init_data) {
int pio_pcap_file_device_open(struct packet_io_device *pdev, const char *path, uint32_t nr_rxq, uint32_t nr_txq) {
return 0;
}