ruby/trema/vendor.h in trema-0.2.2.1 vs ruby/trema/vendor.h in trema-0.2.3
- old
+ new
@@ -1,8 +1,6 @@
/*
- * Author: Nick Karanatsios <nickkaranatsios@gmail.com>
- *
* Copyright (C) 2008-2012 NEC Corporation
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License, version 2, as
* published by the Free Software Foundation.
@@ -28,18 +26,16 @@
extern VALUE cVendor;
void Init_vendor( void );
-
-
void handle_vendor(
- uint64_t datapath_id,
- uint32_t transaction_id,
- uint32_t vendor,
- const buffer *body,
- void *user_data
- );
+ uint64_t datapath_id,
+ uint32_t transaction_id,
+ uint32_t vendor,
+ const buffer *data,
+ void *user_data
+);
#endif // VENDOR_H