My Project
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
baremetal_socket_msu.h
Go to the documentation of this file.
1 #ifndef BAREMETAL_SOCKET_MSU_H__
2 #define BAREMETAL_SOCKET_MSU_H__
3 
4 #define BAREMETAL_SOCK_MSU_TYPE_ID 110
5 
6 struct baremetal_msg {
7  int n_hops;
8  int fd;
9 };
10 
12 
13 #endif
Defines a type of MSU.
Definition: msu_type.h:46
struct msu_type BAREMETAL_SOCK_MSU_TYPE