Skip to content

Commit

Permalink
Implement extended stat information (plus misc cleanup).
Browse files Browse the repository at this point in the history
  • Loading branch information
abh3 authored and simonmichal committed Jun 21, 2019
1 parent 80f0326 commit 4f163e3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/XProtocol/XProtocol.cc
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@
#include <sys/types.h>
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
#include <sys/stat.h>
#include <unistd.h>

#include "XProtocol/XProtocol.hh"

Expand Down
2 changes: 2 additions & 0 deletions src/XProtocol/XProtocol.hh
Original file line number Diff line number Diff line change
Expand Up @@ -960,6 +960,8 @@ struct ALIGN_CHECK {char chkszreq[25-sizeof(ClientRequest)];
#define ENOATTR ENODATA
#endif

struct stat;

class XProtocol
{
public:
Expand Down

0 comments on commit 4f163e3

Please sign in to comment.