Changeset ece0e80 for benchmark/io/http/protocol.hfa
- Timestamp:
- Jan 9, 2021, 4:27:57 PM (3 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 561dd26
- Parents:
- 35fd2c4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
benchmark/io/http/protocol.hfa
r35fd2c4 rece0e80 1 1 #pragma once 2 3 struct io_cancellation; 2 4 3 5 enum HttpCode { … … 15 17 int answer_header( int fd, size_t size ); 16 18 17 [HttpCode code, bool closed, * const char file, size_t len] http_read(int fd, []char buffer, size_t len );19 [HttpCode code, bool closed, * const char file, size_t len] http_read(int fd, []char buffer, size_t len, io_cancellation *); 18 20 19 21 void sendfile( int pipe[2], int fd, int ans_fd, size_t count );
Note: See TracChangeset
for help on using the changeset viewer.