Project

General

Profile

« Previous | Next » 

Revision 3b5787a9

Added by dodecadaniel (Daniel Colson) 8 days ago

Implement write barrier for addrinfo

rb_addrinfo_t has VALUE inspectname and VALUE canonname, so this
triggers the write barrier for those. The AddrInfo wasn't readily
available where we need to call RB_OBJ_WRITE, so this involves passing
self around a bit.