aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm
diff options
context:
space:
mode:
Diffstat (limited to 'include/drm')
-rw-r--r--include/drm/drmP.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/drm/drmP.h b/include/drm/drmP.h
index 6235169d5950..04b564bfc4a1 100644
--- a/include/drm/drmP.h
+++ b/include/drm/drmP.h
@@ -406,6 +406,8 @@ struct drm_pending_event {
406 struct drm_event *event; 406 struct drm_event *event;
407 struct list_head link; 407 struct list_head link;
408 struct drm_file *file_priv; 408 struct drm_file *file_priv;
409 pid_t pid; /* pid of requester, no guarantee it's valid by the time
410 we deliver the event, for tracing only */
409 void (*destroy)(struct drm_pending_event *event); 411 void (*destroy)(struct drm_pending_event *event);
410}; 412};
411 413