浏览代码

core: typedef'ed struct action to cfg_action_t

Daniel-Constantin Mierla 14 年之前
父节点
当前提交
c68ba021f6
共有 1 个文件被更改,包括 2 次插入0 次删除
  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);