diff options
| author | Manuel Traut <manut@mecka.net> | 2012-06-02 16:54:02 +0200 |
|---|---|---|
| committer | Manuel Traut <manut@mecka.net> | 2012-06-02 16:54:02 +0200 |
| commit | 1c4fbd35ba335ed338a680fdffc0db6de576a7a4 (patch) | |
| tree | a47a104df1ae516c040b1319e871db5c8d964a35 /interfaces/common.idl | |
| parent | 55b366883c41550f8eced0d4b87e0957a744daf8 (diff) | |
complete renaming in idl files
- all idl files are now in the same module 'distrio'
Signed-off-by: Manuel Traut <manut@mecka.net>
Diffstat (limited to 'interfaces/common.idl')
| -rw-r--r-- | interfaces/common.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/interfaces/common.idl b/interfaces/common.idl index e934b66..ded0d1e 100644 --- a/interfaces/common.idl +++ b/interfaces/common.idl @@ -10,7 +10,7 @@ * @copyright GPLv2 * */ -module Common { +module Distrio { /** * @brief kind of error @@ -37,7 +37,7 @@ module Common { * (it's helpful to sync all boards with ntp) */ struct Error_timestamp { - longlong seconds; + long seconds; long nanoseconds; }; |
