]> git.openfabrics.org - ~ardavis/dapl.git/commit
Fix dtest to build properly with extensions.
authorArlin Davis <arlin.r.davis@intel.com>
Tue, 16 Oct 2007 21:23:17 +0000 (14:23 -0700)
committerArlin Davis <arlin.r.davis@intel.com>
Tue, 16 Oct 2007 21:23:17 +0000 (14:23 -0700)
commit39667dbb0160d395fb20eb53a1b4e995e2e623dd
tree1a6ceecd00ec86d764cfe797a4bbb25020d59fe2
parentc6710c291a4f7c0845a4535767d41d66f092fabf
 Fix dtest to build properly with extensions.

 Modify dat.h dat_event to include event_extension_data[8].
 Extend struct dat_event outside of extension build
 switch to enable non-extended applications to work
 with extended libraries. Otherwise, there is a potential
 for the event callee to write back too much event data
 and exceed callers non-extended event buffer.

 Signed-off by: Arlin Davis <ardavis@ichips.intel.com>
dat/include/dat/dat.h
test/dtest/Makefile.am