rocksdb/include/rocksdb/utilities
Manuel Ung 80d7067cb2 Use int64_t instead of ssize_t (#5638)
Summary:
The ssize_t type was introduced in https://github.com/facebook/rocksdb/pull/5633, but it seems like it's a POSIX specific type.

I just need a signed type to represent number of bytes, so use int64_t instead. It seems like we have a typedef from SSIZE_T for Windows, but it doesn't seem like we ever include "port/port.h" in our public header files.
Pull Request resolved: https://github.com/facebook/rocksdb/pull/5638

Differential Revision: D16526269

Pulled By: lth

fbshipit-source-id: 8d3a5c41003951b74b29bc5f1d949b2b22da0cee
2019-07-26 16:36:49 -07:00
..
lua Remove Lua compaction filter from RocksDB main repo (#4971) 2019-02-13 12:42:44 -08:00
backupable_db.h simplify include directive involving inttypes (#5402) 2019-06-06 13:56:07 -07:00
checkpoint.h Export Import sst files (#5495) 2019-07-17 12:27:14 -07:00
convenience.h Change RocksDB License 2017-07-15 16:11:23 -07:00
db_ttl.h Run automatic formatter against public header files (#5115) 2019-03-27 13:24:25 -07:00
debug.h Support GetAllKeyVersions() for non-default cf (#5544) 2019-07-07 22:43:52 -07:00
env_librados.h Run automatic formatter against public header files (#5115) 2019-03-27 13:24:25 -07:00
env_mirror.h Add copyright headers per FB open-source checkup tool. (#5199) 2019-04-18 10:55:01 -07:00
info_log_finder.h Change RocksDB License 2017-07-15 16:11:23 -07:00
ldb_cmd_execute_result.h Run automatic formatter against public header files (#5115) 2019-03-27 13:24:25 -07:00
ldb_cmd.h Allow ldb to open DB as secondary (#5537) 2019-07-09 12:51:28 -07:00
leveldb_options.h Change RocksDB License 2017-07-15 16:11:23 -07:00
memory_util.h Change RocksDB License 2017-07-15 16:11:23 -07:00
object_registry.h The ObjectRegistry class replaces the Registrar and NewCustomObjects.… (#5293) 2019-07-23 17:13:05 -07:00
optimistic_transaction_db.h Make Optimistic Tx database stackable 2018-04-03 15:28:40 -07:00
option_change_migration.h Change RocksDB License 2017-07-15 16:11:23 -07:00
options_util.h Option string/map/file can set env from object registry (#5237) 2019-04-25 11:35:09 -07:00
sim_cache.h Support computing miss ratio curves using sim_cache. (#5449) 2019-06-17 16:41:12 -07:00
stackable_db.h Added SizeApproximationOptions to DB::GetApproximateSizes (#5626) 2019-07-25 22:42:30 -07:00
table_properties_collectors.h Run automatic formatter against public header files (#5115) 2019-03-27 13:24:25 -07:00
transaction_db_mutex.h Change RocksDB License 2017-07-15 16:11:23 -07:00
transaction_db.h Use int64_t instead of ssize_t (#5638) 2019-07-26 16:36:49 -07:00
transaction.h Extend MultiGet batching to Transactions (#5210) 2019-04-23 14:11:26 -07:00
utility_db.h Add copyright headers per FB open-source checkup tool. (#5199) 2019-04-18 10:55:01 -07:00
write_batch_with_index.h Extend MultiGet batching to Transactions (#5210) 2019-04-23 14:11:26 -07:00