commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[hurd] 05/06: Revert "libnetfs: remove unused fields."


From: Samuel Thibault
Subject: [hurd] 05/06: Revert "libnetfs: remove unused fields."
Date: Mon, 02 Jan 2017 19:59:55 +0000

This is an automated email from the git hooks/post-receive script.

sthibault pushed a commit to branch upstream
in repository hurd.

commit f5fa969bb148d045ea6045bdf326ad69d97888ff
Author: Samuel Thibault <address@hidden>
Date:   Mon Jan 2 13:00:50 2017 +0100

    Revert "libnetfs: remove unused fields."
    
    This reverts commit 0788437e0953cdd6c8c4cdf25379d8704beb021c.
    
    This is actually used by e.g. gopherfs.
---
 libnetfs/netfs.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/libnetfs/netfs.h b/libnetfs/netfs.h
index 6c989a4..e988d90 100644
--- a/libnetfs/netfs.h
+++ b/libnetfs/netfs.h
@@ -70,6 +70,8 @@ struct peropen
 /* A unique one of these exists for each node currently in use. */
 struct node
 {
+  struct node *next, **prevp;
+
   /* Protocol specific stuff; defined by user.  */
   struct netnode *nn;
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-hurd/hurd.git



reply via email to

[Prev in Thread] Current Thread [Next in Thread]