projects
/
ses.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42effcb
)
ses_pair_t
author
yu.dongliang
<18588496441@163.com>
Fri, 27 Oct 2023 06:04:08 +0000
(14:04 +0800)
committer
yu.dongliang
<18588496441@163.com>
Fri, 27 Oct 2023 06:04:08 +0000
(14:04 +0800)
ses_core.h
patch
|
blob
|
blame
|
history
diff --git
a/ses_core.h
b/ses_core.h
index 7737b0972974e35f4127d552f111cfd3f55ceee5..7f901b818b8e1dce2c50427e56de54826b2d9539 100644
(file)
--- a/
ses_core.h
+++ b/
ses_core.h
@@
-8,8
+8,15
@@
typedef struct ses_step_s ses_step_t;
typedef struct ses_path_s ses_path_t;
typedef struct ses_flow_s ses_flow_t;
typedef struct ses_edge_s ses_edge_t;
+typedef struct ses_pair_s ses_pair_t;
typedef struct ses_ctx_s ses_ctx_t;
+struct ses_pair_s
+{
+ int i;
+ int j;
+};
+
struct ses_edge_s
{
ScfEline* el0;