Changeset 427 for vendor/current/source3/include/client.h
- Timestamp:
- Apr 9, 2010, 3:20:58 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/source3/include/client.h
r414 r427 111 111 NTSTATUS (*trans_recv)(struct tevent_req *req, TALLOC_CTX *mem_ctx, 112 112 uint8_t **prdata, uint32_t *prdata_len); 113 114 bool (*is_connected)(void *priv); 115 unsigned int (*set_timeout)(void *priv, unsigned int timeout); 116 113 117 void *priv; 114 118 };
Note:
See TracChangeset
for help on using the changeset viewer.