| 75 | } |
| 76 | |
| 77 | void |
| 78 | hstcpcli::close() |
| 79 | { |
| 80 | fd.close(); |
| 81 | readbuf.clear(); |
| 82 | writebuf.clear(); |
| 83 | flds.clear(); |
| 84 | response_end_offset = 0; |
| 85 | cur_row_offset = 0; |
| 86 | num_flds = 0; |
| 87 | num_req_bufd = 0; |
| 88 | num_req_sent = 0; |
| 89 | num_req_rcvd = 0; |
| 90 | } |
| 91 | |
| 92 | int |
| 93 | hstcpcli::reconnect() |