Show More
@@ -705,8 +705,8 b' typedef struct {' | |||||
705 | PyObject *headrevs; /* cache, invalidated on changes */ |
|
705 | PyObject *headrevs; /* cache, invalidated on changes */ | |
706 | PyObject *filteredrevs;/* filtered revs set */ |
|
706 | PyObject *filteredrevs;/* filtered revs set */ | |
707 | nodetree *nt; /* base-16 trie */ |
|
707 | nodetree *nt; /* base-16 trie */ | |
708 |
|
|
708 | unsigned ntlength; /* # nodes in use */ | |
709 |
|
|
709 | unsigned ntcapacity; /* # nodes allocated */ | |
710 | int ntdepth; /* maximum depth of tree */ |
|
710 | int ntdepth; /* maximum depth of tree */ | |
711 | int ntsplits; /* # splits performed */ |
|
711 | int ntsplits; /* # splits performed */ | |
712 | int ntrev; /* last rev scanned */ |
|
712 | int ntrev; /* last rev scanned */ |
General Comments 0
You need to be logged in to leave comments.
Login now