summaryrefslogtreecommitdiffstats
path: root/tests/getrssusage.h
diff options
context:
space:
mode:
authorChristian Mollekopf <mollekopf@kolabsystems.com>2018-05-19 11:04:50 -0700
committerChristian Mollekopf <mollekopf@kolabsystems.com>2018-05-19 11:04:50 -0700
commit84242164b171b98068f831345844c8781cec9ec3 (patch)
tree164bb6dd7a376af953504501853e24c13a96e5ff /tests/getrssusage.h
parentfbe2ae8dd04634c92e0237a92dcafcb4d940f91c (diff)
downloadsink-84242164b171b98068f831345844c8781cec9ec3.tar.gz
sink-84242164b171b98068f831345844c8781cec9ec3.zip
Exports for windows
Diffstat (limited to 'tests/getrssusage.h')
-rw-r--r--tests/getrssusage.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/getrssusage.h b/tests/getrssusage.h
index bc3d91e..335836f 100644
--- a/tests/getrssusage.h
+++ b/tests/getrssusage.h
@@ -10,6 +10,7 @@
10 */ 10 */
11 11
12#pragma once 12#pragma once
13#include "sinktest_export.h"
13 14
14#if defined(_WIN32) 15#if defined(_WIN32)
15#include <windows.h> 16#include <windows.h>
@@ -35,5 +36,5 @@
35#error "Cannot define getPeakRSS( ) or getCurrentRSS( ) for an unknown OS." 36#error "Cannot define getPeakRSS( ) or getCurrentRSS( ) for an unknown OS."
36#endif 37#endif
37 38
38size_t getCurrentRSS(); 39size_t SINKTEST_EXPORT getCurrentRSS();
39size_t getPeakRSS(); 40size_t SINKTEST_EXPORT getPeakRSS();