BIND 10 #806: Implement RP record type

BIND 10 Development do-not-reply at isc.org
Mon Apr 11 13:56:33 UTC 2011


#806: Implement RP record type
-------------------------------------+-------------------------------------
                 Reporter:  stephen  |                Owner:  jinmei
                     Type:           |               Status:  reviewing
  enhancement                        |            Milestone:
                 Priority:           |  Sprint-20110419
  critical                           |           Resolution:
                Component:           |            Sensitive:  0
  b10-auth                           |  Add Hours to Ticket:  0
                 Keywords:           |          Total Hours:  0
Estimated Number of Hours:  3.0      |
                Billable?:  1        |
                Internal?:  0        |
-------------------------------------+-------------------------------------
Changes (by vorner):

 * owner:  vorner => jinmei


Comment:

 Hello

 Replying to [comment:7 jinmei]:
 > >  * The build fails for me with
 {{{../../../../src/lib/dns/.libs/libdns++.so: undefined reference to
 `isc::dns::rdata::generic::RP::RP(isc::dns::rdata::generic::RP
 const&)'}}}. The header of the copy constructor is generated with the
 common members.
 >
 > Hmm, it's strange that it didn't cause an error with clang++ (since we
 cannot use the default copy constructor for the base Rdata class we should
 define it explicitly).  Anyway, the simple and correct fix to this is to
 define the trivial copy constructor.  Done in commit ad04d07.

 Maybe there was no need to copy it anywhere? But then, why g++ did fail?
 Well, no matter.

 So, I think this can be merged.

-- 
Ticket URL: <http://bind10.isc.org/ticket/806#comment:9>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development


More information about the bind10-tickets mailing list