Explorar o código

core: typedef'ed struct action to cfg_action_t

Daniel-Constantin Mierla %!s(int64=14) %!d(string=hai) anos
pai
achega
c68ba021f6
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      route_struct.h

+ 2 - 0
route_struct.h

@@ -206,6 +206,8 @@ struct action{
 	action_u_t val[MAX_ACTIONS];
 };
 
+typedef struct action cfg_action_t;
+
 struct expr* mk_exp(int op, struct expr* left, struct expr* right);
 struct expr* mk_elem(int op, expr_l_type ltype, void* lparam,
 							 expr_r_type rtype, void* rparam);