Commit d0192a54 authored by Adam Wujek's avatar Adam Wujek 💬

hal: update hal_shmem to version 8

Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
parent ac320650
...@@ -110,10 +110,11 @@ struct hal_temp_sensors { ...@@ -110,10 +110,11 @@ struct hal_temp_sensors {
}; };
/* This is the overall structure stored in shared memory */ /* This is the overall structure stored in shared memory */
#define HAL_SHMEM_VERSION 7 /* Version 7 because of moving of reading #define HAL_SHMEM_VERSION 8 /* Version 8 because of adding HAL mode */
* temperature treshold values to snmpd */
struct hal_shmem_header { struct hal_shmem_header {
int nports; int nports;
int hal_mode;
struct hal_port_state *ports; struct hal_port_state *ports;
struct hal_temp_sensors temp; struct hal_temp_sensors temp;
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment