07.05.2014 Views

bio and sensors in OpenBSD

bio and sensors in OpenBSD

bio and sensors in OpenBSD

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

<strong>sensors</strong> via sysctl(3)<br />

<strong>in</strong>t mib[] = { CTL_HW, HW_SENSORS, 0 };<br />

struct sensor s;<br />

size_t slen = sizeof(s);<br />

sysctl(mib, sizeof(mib)/sizeof(mib[0]), &s, &slen, NULL, 0);

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!