To avoid circular dependency between packets.h and packets_gen.h in a patch I'm working on, I'd prefer moving some generic definitions from packets.h and connection.h to a new header file. We already have fc_types.h for similar purpose, but I'd rather not bloat it with these networking related types that are otherwise living withing networking/ directory.
To avoid circular dependency between packets.h and packets_gen.h in a patch I'm working on, I'd prefer moving some generic definitions from packets.h and connection.h to a new header file. We already have fc_types.h for similar purpose, but I'd rather not bloat it with these networking related types that are otherwise living withing networking/ directory.