[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] r17647: {tor} Remove the no-longer-used incoming_cmd_type field from contr (tor/trunk/src/or)



Author: nickm
Date: 2008-12-17 12:20:22 -0500 (Wed, 17 Dec 2008)
New Revision: 17647

Modified:
   tor/trunk/src/or/or.h
Log:
Remove the no-longer-used incoming_cmd_type field from control_connection_t.

Modified: tor/trunk/src/or/or.h
===================================================================
--- tor/trunk/src/or/or.h	2008-12-17 17:20:19 UTC (rev 17646)
+++ tor/trunk/src/or/or.h	2008-12-17 17:20:22 UTC (rev 17647)
@@ -1178,8 +1178,6 @@
   uint32_t incoming_cmd_len;
   uint32_t incoming_cmd_cur_len;
   char *incoming_cmd;
-  /* Used only by control v0 connections */
-  uint16_t incoming_cmd_type;
 } control_connection_t;
 
 /** Cast a connection_t subtype pointer to a connection_t **/