Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 210099
b: refs/heads/master
c: 0fb8562
h: refs/heads/master
i:
  210097: 4a9116d
  210095: 7fe8523
v: v3
  • Loading branch information
Tvrtko Ursulin authored and Eric Paris committed Aug 27, 2010
1 parent 49ceb7e commit c52481f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ff8d6e983185ce19fa92bb836eb52b589957be65
refs/heads/master: 0fb85621df4f9f7c663c6c77c302e821a832c95e
6 changes: 3 additions & 3 deletions trunk/include/linux/fanotify.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,14 @@
FAN_ALL_PERM_EVENTS |\
FAN_Q_OVERFLOW)

#define FANOTIFY_METADATA_VERSION 1
#define FANOTIFY_METADATA_VERSION 2

struct fanotify_event_metadata {
__u32 event_len;
__u32 vers;
__s32 fd;
__u64 mask;
__s64 pid;
__s32 fd;
__s32 pid;
} __attribute__ ((packed));

struct fanotify_response {
Expand Down

0 comments on commit c52481f

Please sign in to comment.