GraphChi  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Macros
functional_defs.hpp
Go to the documentation of this file.
1 
27 #ifndef GRAPHCHI_FUNCTIONALDEFS_DEF
28 #define GRAPHCHI_FUNCTIONALDEFS_DEF
29 
30 #include "api/graphchi_program.hpp"
31 
32 namespace graphchi {
33 
34  struct vertex_info {
35  vid_t vertexid;
36  int indegree;
37  int outdegree;
38  };
39 
40 };
41 
42 
43 #endif