Flexible I/O Tester development
 help / color / mirror / Atom feed
* [PATCH 0/2] Make fio.h a bit more C++ safe
@ 2014-02-12 14:51 Daniel Gollub
  2014-02-12 14:51 ` [PATCH 1/2] Make file.h C++ safe by casting fio_file_flags Daniel Gollub
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Daniel Gollub @ 2014-02-12 14:51 UTC (permalink / raw)
  To: fio; +Cc: Daniel Gollub

Following patches allow to include fio.h for a C++ based
(external) ioengine to be compiled with g++.

(Preparing two fio engines: one internal for CEPH RBD
another external for CEPH FileStore)

Daniel Gollub (2):
  Make file.h C++ safe by casting fio_file_flags
  Make parse.h C++ safe by avoiding "or" keyword

 file.h    |    4 ++--
 options.c |    6 +++---
 parse.c   |    4 ++--
 parse.h   |    2 +-
 4 files changed, 8 insertions(+), 8 deletions(-)

-- 
1.7.10.4


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-02-12 15:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-12 14:51 [PATCH 0/2] Make fio.h a bit more C++ safe Daniel Gollub
2014-02-12 14:51 ` [PATCH 1/2] Make file.h C++ safe by casting fio_file_flags Daniel Gollub
2014-02-12 14:51 ` [PATCH 2/2] Make parse.h C++ safe by avoiding "or" keyword Daniel Gollub
2014-02-12 15:26 ` [PATCH 0/2] Make fio.h a bit more C++ safe Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox