1 /** Aesalon, a tool to visualize program behaviour in real time.
2 Copyright (C) 2009-2011, Aesalon development team.
4 Aesalon is distributed under the terms of the GNU GPLv3. See
5 the included file LICENSE for more information.
7 @file include/shm/PacketHeader.h
10 #ifndef AesalonSHM_PacketHeader_H
11 #define AesalonSHM_PacketHeader_H
13 #include <semaphore.h>
23 typedef struct PacketHeader PacketHeader
;
26 /** The size of the packet's data. */
28 /** The module ID # of the module that generated this packet. */