Skip to content

Commit

Permalink
Split shared memory discovery code into sesshm.c
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-cohen committed Jul 17, 2017
1 parent 9c172bd commit 8158fc6
Show file tree
Hide file tree
Showing 6 changed files with 770 additions and 625 deletions.
2 changes: 2 additions & 0 deletions sesman/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ xrdp_sesman_SOURCES = \
scp_v1_mng.h \
sesman.c \
sesman.h \
sesshm.c \
sesshm.h \
session.c \
session.h \
sig.c \
Expand Down
1 change: 1 addition & 0 deletions sesman/sesman.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
#endif

#include "sesman.h"
#include "sesshm.h"

int g_sck;
int g_pid;
Expand Down
Loading

0 comments on commit 8158fc6

Please sign in to comment.