summaryrefslogtreecommitdiff
path: root/src/system.h
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2015-05-29 13:54:11 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2015-05-29 13:54:11 +0200
commit56dd21f443c86c3bf96a884c970ceed11a56409a (patch)
tree8108b48119e8964cec0904170d9f320832c338ef /src/system.h
parent135469a03d1a03903a57557decb99996aba835cb (diff)
downloadbiruda-56dd21f443c86c3bf96a884c970ceed11a56409a.tar.gz
biruda-56dd21f443c86c3bf96a884c970ceed11a56409a.tar.bz2
added more around physical memory (worker/coordingator data and cli data)
Diffstat (limited to 'src/system.h')
-rw-r--r--src/system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/system.h b/src/system.h
index 1b84c5a..3ff2ebb 100644
--- a/src/system.h
+++ b/src/system.h
@@ -10,6 +10,6 @@ void system_os( char *name, size_t len );
void system_arch( char *name, size_t len );
/* in kilobytes */
-int system_phys_memory( );
+unsigned int system_phys_memory( );
#endif