| 147 | } |
| 148 | |
| 149 | int |
| 150 | hstcpcli::set_error(int code, const std::string& str) |
| 151 | { |
| 152 | DBG(fprintf(stderr, "SET_ERROR: %d\n", code)); |
| 153 | error_code = code; |
| 154 | error_str = str; |
| 155 | return error_code; |
| 156 | } |
| 157 | |
| 158 | void |
| 159 | hstcpcli::request_buf_open_index(size_t pst_id, const char *dbn, |
nothing calls this directly
no outgoing calls
no test coverage detected