/usr/include/grpc.h is in libdiet-dagda2.8-dev 2.8.0-1build2.
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 | /**
* @file grpc.h
*
* @brief GridRPC compliancy for the client interface of DIET
*
* @author Eddy CARON (Eddy.Caron@ens-lyon.fr)
*
* @section Licence
* |LICENCE|
*/
#ifndef _GRPC_H_
#define _GRPC_H_
#include <DIET_grpc.h>
#endif /* _GRPC_H_ */
|