diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2010-07-22 11:40:39 +0200 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2010-07-27 07:58:15 +0200 |
commit | 98d1314c7eb1ef13e298703fa50f0b6b62c35bd3 (patch) | |
tree | d278101829b8078eb8bac6012cefeaa27b780949 /src/or/or.h | |
parent | 0bfa34e1f6dd97b9860083101479969a94ee2662 (diff) | |
download | tor-98d1314c7eb1ef13e298703fa50f0b6b62c35bd3.tar.gz tor-98d1314c7eb1ef13e298703fa50f0b6b62c35bd3.zip |
Create cpuworker.h
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/or/or.h b/src/or/or.h index 91509eab02..f38567f539 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -3164,17 +3164,6 @@ typedef enum { BOOTSTRAP_STATUS_DONE=100 } bootstrap_status_t; -/********************************* cpuworker.c *****************************/ - -void cpu_init(void); -void cpuworkers_rotate(void); -int connection_cpu_finished_flushing(connection_t *conn); -int connection_cpu_reached_eof(connection_t *conn); -int connection_cpu_process_inbuf(connection_t *conn); -int assign_onionskin_to_cpuworker(connection_t *cpuworker, - or_circuit_t *circ, - char *onionskin); - /********************************* directory.c ***************************/ int directories_have_accepted_server_descriptor(void); |