projects
/
ses.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd0c25a
)
ses_info_t
author
yu.dongliang
<18588496441@163.com>
Fri, 27 Oct 2023 06:13:48 +0000
(14:13 +0800)
committer
yu.dongliang
<18588496441@163.com>
Fri, 27 Oct 2023 06:45:39 +0000
(14:45 +0800)
ses_core.h
patch
|
blob
|
blame
|
history
diff --git
a/ses_core.h
b/ses_core.h
index ac69240e882c77f0bc684e23e69773cdb94186fc..d640ac2a0f58843f64fc30d9e585b4d2a60bde82 100644
(file)
--- a/
ses_core.h
+++ b/
ses_core.h
@@
-8,13
+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_
info_s ses_info
_t;
typedef struct ses_ctx_s ses_ctx_t;
-struct ses_
pair
_s
+struct ses_
info
_s
{
int i;
int j;
+ int n_diodes;
+ int n_PNPs;
};
struct ses_edge_s