From 1c4fbd35ba335ed338a680fdffc0db6de576a7a4 Mon Sep 17 00:00:00 2001 From: Manuel Traut Date: Sat, 2 Jun 2012 16:54:02 +0200 Subject: complete renaming in idl files - all idl files are now in the same module 'distrio' Signed-off-by: Manuel Traut --- interfaces/common.idl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'interfaces/common.idl') 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; }; -- cgit v1.2.3