⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 event_queue.h

📁 linux 下的aodv实现源代码
💻 H
字号:
#ifndef EVENT_QUEUE_H#define EVENT_QUEUE_H#include <linux/module.h>#include <linux/kernel.h>#include <linux/netdevice.h>#include "aodv_thread.h"#include "aodv.h"int insert_event_queue_entry(int type, struct sk_buff *packet);struct event_queue_entry *get_next_event_queue_entry( void );int cleanup_event_queue(void );#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -