Skip to content

Commit f46394d

Browse files
committed
feat: improve performance of processing incoming records
1 parent e55a0ae commit f46394d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/zeroconf/_record_update.pxd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ cdef class RecordUpdate:
99
cdef public DNSRecord new
1010
cdef public DNSRecord old
1111

12-
cdef _fast_init(self, object new, object old)
12+
cdef void _fast_init(self, object new, object old)

0 commit comments

Comments
 (0)