/usr/include/saf/ais.h is in libheartbeat2-dev 1:3.0.6-7.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | /* --- ais.h
Header file of SA Forum AIS APIs Version 1.0
In order to compile, all opaque types which appear as <...> in
the spec have been defined as OPAQUE_TYPE (which is an integer).
*/
#ifndef _AIS_H_
#define _AIS_H_
#define AIS_VERSION_RELEASE_CODE 'A'
#define AIS_VERSION_MAJOR 0x01
#define AIS_VERSION_MINOR 0x01
#include "ais_base.h"
#include "ais_amf.h"
#include "ais_membership.h"
#include "ais_checkpoint.h"
#include "ais_event.h"
#include "ais_lock.h"
#include "ais_message.h"
#endif
|