gitignore: Ignore netbean files from nbproject/
[src/app-framework-binder.git] / src / afb-cred.h
index 5bd5423..7ee4723 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017 "IoT.bzh"
+ * Copyright (C) 2017, 2018 "IoT.bzh"
  * Author: José Bollo <jose.bollo@iot.bzh>
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -25,6 +25,7 @@ struct afb_cred
        uid_t uid;
        gid_t gid;
        pid_t pid;
+       const char *user;
        const char *label;
        const char *id;
 };