Revision 689391406a16899278bef2694f786db4b90fd915 authored by krad on 23 March 2015, 20:38:17 UTC, committed by krad on 23 March 2015, 21:30:11 UTC
Summary:
Limiting verbose printing to "command=scan"

Test Plan:
Run make check and manual testing of sst_dump_test

Reviewers: sdong

CC: leveldb

Task ID: #6575982

Blame Rev:
1 parent 51da3aa
Raw File
README
This directory contains interfaces and implementations that isolate the
rest of the package from platform details.

Code in the rest of the package includes "port.h" from this directory.
"port.h" in turn includes a platform specific "port_<platform>.h" file
that provides the platform specific implementation.

See port_posix.h for an example of what must be provided in a platform
specific header file.

back to top