| 1062 | //co cond |
| 1063 | struct stCoCond_t; |
| 1064 | struct stCoCondItem_t |
| 1065 | { |
| 1066 | stCoCondItem_t *pPrev; |
| 1067 | stCoCondItem_t *pNext; |
| 1068 | stCoCond_t *pLink; |
| 1069 | |
| 1070 | stTimeoutItem_t timeout; |
| 1071 | }; |
| 1072 | struct stCoCond_t |
| 1073 | { |
| 1074 | stCoCondItem_t *head; |
nothing calls this directly
no outgoing calls
no test coverage detected