Explorar el Código

Fix a 32-bit compilation failure

Nick Mathewson hace 8 años
padre
commit
6d2f006bf4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/or/routerparse.h

+ 1 - 1
src/or/routerparse.h

@@ -101,7 +101,7 @@ typedef struct {
   time_t when;
 } dumped_desc_t;
 
-EXTERN(size_t, len_descs_dumped);
+EXTERN(uint64_t, len_descs_dumped);
 EXTERN(smartlist_t *, descs_dumped);
 STATIC int routerstatus_parse_guardfraction(const char *guardfraction_str,
                                             networkstatus_t *vote,