aboutsummaryrefslogtreecommitdiff
path: root/src/id.hh
blob: 08bdb03d2fa01294c5a5dcbfd717bba47cddf5a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#ifndef FORMALINE_ID_HH
#define FORMALINE_ID_HH

#include "cctk.h"

namespace Formaline
{
  
  // Get a unique build id
  char const *
  get_build_id (cGH const * const cctkGH);
  
  // Get a unique job id
  char const *
  get_job_id (cGH const * const cctkGH);
  
} // namespace Formaline

#endif // #ifndef FORMALINE_ID_HH