Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Esteban Blanc
proview
Commits
6a4104ee
Commit
6a4104ee
authored
Feb 09, 2006
by
claes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
version 4.1.3
parent
168f9ef5
Changes
10
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
2792 additions
and
0 deletions
+2792
-0
remote/exe/rs_remote_mq/src/os_linux/hw_x86/makefile
remote/exe/rs_remote_mq/src/os_linux/hw_x86/makefile
+12
-0
remote/exe/rs_remote_mq/src/os_linux/link_rule.mk
remote/exe/rs_remote_mq/src/os_linux/link_rule.mk
+8
-0
remote/exe/rs_remote_mq/src/p_entry.h
remote/exe/rs_remote_mq/src/p_entry.h
+669
-0
remote/exe/rs_remote_mq/src/p_group.h
remote/exe/rs_remote_mq/src/p_group.h
+37
-0
remote/exe/rs_remote_mq/src/p_msg.h
remote/exe/rs_remote_mq/src/p_msg.h
+589
-0
remote/exe/rs_remote_mq/src/p_proces.h
remote/exe/rs_remote_mq/src/p_proces.h
+91
-0
remote/exe/rs_remote_mq/src/p_return.h
remote/exe/rs_remote_mq/src/p_return.h
+221
-0
remote/exe/rs_remote_mq/src/p_symbol.h
remote/exe/rs_remote_mq/src/p_symbol.h
+471
-0
remote/exe/rs_remote_mq/src/p_typecl.h
remote/exe/rs_remote_mq/src/p_typecl.h
+293
-0
remote/exe/rs_remote_mq/src/rs_remote_mq.c
remote/exe/rs_remote_mq/src/rs_remote_mq.c
+401
-0
No files found.
remote/exe/rs_remote_mq/src/os_linux/hw_x86/makefile
0 → 100644
View file @
6a4104ee
include
$(pwre_dir_symbols)
-include
$(pwre_kroot)/tools/bld/src/$(os_name)/$(hw_name)/$(type_name)_generic.mk
ifeq
($($(type_name)_generic_mk),)
-include
$(pwre_kroot)/tools/bld/src/$(os_name)/$(type_name)_generic.mk
endif
ifeq
($($(type_name)_generic_mk),)
include
$(pwre_kroot)/tools/bld/src/$(type_name)_generic.mk
endif
remote/exe/rs_remote_mq/src/os_linux/link_rule.mk
0 → 100644
View file @
6a4104ee
ifndef
link_rule_mk
link_rule_mk
:=
1
link
=
$(ldxx)
$(elinkflags)
$(domap)
-o
$(export_exe)
\
$(export_obj)
$(objects)
$(rt_msg_eobjs)
\
-lpwr_remote
-lpwr_rt
-lpwr_co
-lpwr_msg_dummy
-ldmqcl
-lpthread
-lrt
-lm
endif
remote/exe/rs_remote_mq/src/p_entry.h
0 → 100644
View file @
6a4104ee
This diff is collapsed.
Click to expand it.
remote/exe/rs_remote_mq/src/p_group.h
0 → 100644
View file @
6a4104ee
/**/
/******************************************************************************/
/** **/
/** Copyright (c) 1997 **/
/** by BEA Systems, Inc. All rights reserved. **/
/** **/
/** Unpublished rights reserved under the copyright laws of the **/
/** United States. **/
/** **/
/** The software contained on this media is proprietary to and **/
/** embodies the confidential technology of BEA Systems, Inc. **/
/** The possession, use, duplication or dissemination of the **/
/** software and media is authorized only pursuant to a valid **/
/** written license from BEA Systems, Inc. **/
/** **/
/** RESTRICTED RIGHTS LEGEND Use, duplication, or disclosure by **/
/** the U.S. Government is subject to restrictions as set forth **/
/** in Subparagraph (c)(1)(ii) of DFARS 252.227-7013, or in FAR **/
/** 52.227-19, as applicable. **/
/** **/
/******************************************************************************/
/*** MODULE PAMS_C_GROUP IDENT V4.0-00 ***/
/**/
#ifndef _P_GROUP_H
#define _P_GROUP_H 1
/**/
/* */
/* */
#define PAMS_C_GROUP_ONE 1
#define PAMS_C_GROUP_TWO 2
#define PAMS_C_GROUP_MVII 75
#define PAMS_C_GROUP_PC 122
/* */
/* */
/**/
#endif
/* end P_GROUP_H */
remote/exe/rs_remote_mq/src/p_msg.h
0 → 100644
View file @
6a4104ee
This diff is collapsed.
Click to expand it.
remote/exe/rs_remote_mq/src/p_proces.h
0 → 100644
View file @
6a4104ee
/**/
/******************************************************************************/
/** **/
/** Copyright (c) 1997 **/
/** by BEA Systems, Inc. All rights reserved. **/
/** **/
/** Unpublished rights reserved under the copyright laws of the **/
/** United States. **/
/** **/
/** The software contained on this media is proprietary to and **/
/** embodies the confidential technology of BEA Systems, Inc. **/
/** The possession, use, duplication or dissemination of the **/
/** software and media is authorized only pursuant to a valid **/
/** written license from BEA Systems, Inc. **/
/** **/
/** RESTRICTED RIGHTS LEGEND Use, duplication, or disclosure by **/
/** the U.S. Government is subject to restrictions as set forth **/
/** in Subparagraph (c)(1)(ii) of DFARS 252.227-7013, or in FAR **/
/** 52.227-19, as applicable. **/
/** **/
/******************************************************************************/
/*** MODULE PAMS_C_PROCESS IDENT V4.0-03 ***/
/**/
#ifndef _P_PROCES_H
#define _P_PROCES_H 1
/**/
/* */
/* */
/* Sample Queues */
/* */
#define PAMS_QUEUE_1 1
#define PAMS_QUEUE_2 2
#define PAMS_QUEUE_3 3
#define PAMS_QUEUE_4 4
#define PAMS_QUEUE_5 5
#define PAMS_QUEUE_6 6
#define PAMS_QUEUE_7 7
#define PAMS_QUEUE_8 8
#define PAMS_QUEUE_9 9
#define PAMS_QUEUE_10 10
/* */
/* */
/* SBS_EXAMPLE.EXE uses the following UCB numbers for Optimized Delivery */
/* */
#define PAMS_SBS_ETH_CONTROL 74
#define PAMS_SBS_ETH_CHAN1 75
#define PAMS_SBS_ETH_CHAN2 76
/* */
/* */
/* Processes 90-100 & 150-199 are reserved for PAMS utilities */
/* */
#define PAMS_SCREEN_PROCESS 0
#define PAMS_TEMPORARY_Q 0
#define PAMS_SPARE1 90
#define PAMS_ALL_UCBS 91
#define PAMS_SPARE2 92
#define PAMS_TIMER_QUEUE 92
#define PAMS_NULL 93
#define PAMS_INTERNAL1 94
#define PAMS_NA_SERVER 94
#define PAMS_QTRANSFER_SERVER 95
#define PAMS_INTERNAL2 96
#define PAMS_DEAD_LETTER_QUEUE 96
#define PAMS_APPLICATION_ERROR_QUEUE 97
#define PAMS_MRS_SERVER 98
#define PAMS_AVAIL_SERVER 99
#define PAMS_SBS_SERVER 99
#define PAMS_DECLARE_SERVER 100
#define PAMS_CONNECT_SERVER 100
#define PAMS_QUEUE_SERVER 100
#define PAMS_TRANSPORT 100
#define PAMS_COM_SERVER 100
#define PAMS_DMQ_LOADER 150
#define PAMS_DCL_BY_Q_NAME 151
#define PAMS_TCPIP_LD 152
#define PAMS_DECNET_LD 153
#define PAMS_EVENT_LOGGER 155
#define PAMS_JRN_SERVER 156
#define PAMS_MRS_FAILOVER 157
#define PAMS_DMQ_FULLTEST_PQ 191
#define PAMS_DMQ_FULLTEST_SQ 192
#define PAMS_EXAMPLE_Q_1 193
#define PAMS_EXAMPLE_Q_2 194
#define PAMS_IVP_UNOWNED_SQ 195
#define PAMS_IVP_PRIVATE_MOT1 4999
#define PAMS_IVP_UNIVERSAL_MOT1 5001
/* */
/* */
/**/
#endif
/* end P_PROCES_H */
remote/exe/rs_remote_mq/src/p_return.h
0 → 100644
View file @
6a4104ee
/* "@(#) messageq/src/PORTABLE/pams/p_return.h $Revision: 1.1 $" */
/******************************************************************************/
/** **/
/** Copyright (c) 1997 **/
/** by BEA Systems, Inc. All rights reserved. **/
/** **/
/** Unpublished rights reserved under the copyright laws of the **/
/** United States. **/
/** **/
/** The software contained on this media is proprietary to and **/
/** embodies the confidential technology of BEA Systems, Inc. **/
/** The possession, use, duplication or dissemination of the **/
/** software and media is authorized only pursuant to a valid **/
/** written license from BEA Systems, Inc. **/
/** **/
/** RESTRICTED RIGHTS LEGEND Use, duplication, or disclosure by **/
/** the U.S. Government is subject to restrictions as set forth **/
/** in Subparagraph (c)(1)(ii) of DFARS 252.227-7013, or in FAR **/
/** 52.227-19, as applicable. **/
/** **/
/******************************************************************************/
/*** MODULE P_RETURN_DEF IDENT V4.0-09 ***/
/**/
#ifndef _P_RETURN_H
#define _P_RETURN_H 1
/**/
/* */
/* */
#define PAMS_LAST_FAIL -382
#define PAMS_LAST_SUCCESS 45
#define PAMS__ABORT -82
#define PAMS__ACKTMO -16
#define PAMS__AREATOSMALL -124
#define PAMS__ATTACHED -360
#define PAMS__BADARGLIST -226
#define PAMS__BADASSIGN -84
#define PAMS__BADASTPARM -140
#define PAMS__BADCMD -258
#define PAMS__BADDECLARE -10
#define PAMS__BADDELIVERY -60
#define PAMS__BADFREE -12
#define PAMS__BADHANDLE -322
#define PAMS__BADINITFILE -282
#define PAMS__BADJOURNAL -178
#define PAMS__BADLOGIC -238
#define PAMS__BADMSGBUF -308
#define PAMS__BADNAME -254
#define PAMS__BADPARAM -186
#define PAMS__BADPRIORITY -58
#define PAMS__BADPROCNUM -62
#define PAMS__BADQTYPE -288
#define PAMS__BADRECEIVE -26
#define PAMS__BADRESPQ -224
#define PAMS__BADSCRIPT -102
#define PAMS__BADSELIDX -182
#define PAMS__BADSEQ -208
#define PAMS__BADSYNCHNUM -66
#define PAMS__BADTAG -248
#define PAMS__BADTBQHANDLE -250
#define PAMS__BADTIME -110
#define PAMS__BADTMPPROC -64
#define PAMS__BADTMPSYNCH -68
#define PAMS__BADUMA -222
#define PAMS__BIGBLKSIZE -24
#define PAMS__BIGMSG -120
#define PAMS__BOUND -350
#define PAMS__BUFFEROVF -174
#define PAMS__BUSNOTSET -290
#define PAMS__CANCEL -168
#define PAMS__CIRACT -78
#define PAMS__COMMERR -180
#define PAMS__CONFIRMREQ 37
#define PAMS__CONFLICT -298
#define PAMS__CREATEFAIL -134
#define PAMS__DCLTMPFAIL -136
#define PAMS__DECLARED -106
#define PAMS__DETACHED 41
#define PAMS__DISCL_FAILED -192
#define PAMS__DISCL_SUCCESS 13
#define PAMS__DISC_FAILED -190
#define PAMS__DISC_SUCCESS 11
#define PAMS__DLJ_FAILED -194
#define PAMS__DLJ_SUCCESS 15
#define PAMS__DLQ_FAILED -196
#define PAMS__DLQ_SUCCESS 17
#define PAMS__DNSCLASSBAD -310
#define PAMS__DNSDIRFAIL -312
#define PAMS__DNSFMTBAD -314
#define PAMS__DQF_DEVICE_FAIL -198
#define PAMS__DQF_FULL -202
#define PAMS__DUPLQNAME -244
#define PAMS__ENDOFSOURCE -362
#define PAMS__ENQUEUED 33
#define PAMS__EXCEEDQUOTA -56
#define PAMS__EXCMAXUNCONF -170
#define PAMS__EXHAUSTBLKS -108
#define PAMS__EXPIRED -296
#define PAMS__EX_Q_LEN -156
#define PAMS__FAILED -320
#define PAMS__FATAL -272
#define PAMS__FMLERROR -380
#define PAMS__GROUPNOTSET -292
#define PAMS__IDXTBLFULL -184
#define PAMS__INSQUEFAIL -132
#define PAMS__INTERNAL -262
#define PAMS__INVACCESS -252
#define PAMS__INVALIDID -36
#define PAMS__INVALIDNUM -52
#define PAMS__INVBUFFPTR -176
#define PAMS__INVFORMAT -50
#define PAMS__INVJH -204
#define PAMS__INVUCBCNTRL -74
#define PAMS__INVUMA -200
#define PAMS__JOURNAL_FAIL -286
#define PAMS__JOURNAL_FULL -284
#define PAMS__JOURNAL_ON 5
#define PAMS__LINK_DOWN -206
#define PAMS__LINK_UP 3
#define PAMS__LOCKED -364
#define PAMS__LOGNAME -90
#define PAMS__LOGNAME2 -92
#define PAMS__LOGNAME3 -94
#define PAMS__LOGNAME4 -96
#define PAMS__LOGNAME5 -98
#define PAMS__MRQTBLFULL -164
#define PAMS__MRS_RES_EXH -212
#define PAMS__MSG -366
#define PAMS__MSGACT -8
#define PAMS__MSGTOBIG -22
#define PAMS__MSGTOSMALL -122
#define PAMS__MSGUNDEL -18
#define PAMS__NAMETOOLONG -256
#define PAMS__NEED_BUFFER_PTR -378
#define PAMS__NETERROR -276
#define PAMS__NETLINKLOST -280
#define PAMS__NETNOLINK -278
#define PAMS__NOACCESS -302
#define PAMS__NOACL -300
#define PAMS__NOCANSEND -126
#define PAMS__NOLINK -76
#define PAMS__NOMEMORY -352
#define PAMS__NOMOREJH -214
#define PAMS__NOMOREMSG 7
#define PAMS__NOMORETAG -354
#define PAMS__NOMRQRESRC -242
#define PAMS__NOMRS -188
#define PAMS__NONEXT -368
#define PAMS__NOOBJECT -166
#define PAMS__NOOPEN -100
#define PAMS__NOPRIV -316
#define PAMS__NOQUOTA -264
#define PAMS__NOSEND -2
#define PAMS__NOSUCHPCJ -218
#define PAMS__NOSUCHTAG -324
#define PAMS__NOTACTIVE -54
#define PAMS__NOTALLOCATE -20
#define PAMS__NOTBOUND -328
#define PAMS__NOTDCL -70
#define PAMS__NOTFLD -376
#define PAMS__NOTJRN -210
#define PAMS__NOTMRQ -370
#define PAMS__NOTPRIMARYQ -266
#define PAMS__NOTSECONDARYQ -270
#define PAMS__NOTSUPPORTED -268
#define PAMS__NO_DQF -228
#define PAMS__NO_SAF -230
#define PAMS__NO_UMA 25
#define PAMS__NSACCESSERR -344
#define PAMS__NSBADATTR -342
#define PAMS__NSBADCLASS -334
#define PAMS__NSBADNAME -330
#define PAMS__NSBADPATH -332
#define PAMS__NSENTRYEXISTS -338
#define PAMS__NSNOTAVAIL -348
#define PAMS__NSUNKNOWNATTR -340
#define PAMS__NSUNKNOWNENTRY -336
#define PAMS__NSWRITERR -346
#define PAMS__OBJNOTACTIVE -172
#define PAMS__PAMSDOWN -138
#define PAMS__PNUMNOEXIST -54
#define PAMS__POSSDUPL -158
#define PAMS__PREVCALLBUSY -294
#define PAMS__PROPAGATE 39
#define PAMS__PROTOCOL -80
#define PAMS__QUECORRUPT -128
#define PAMS__RECOVERMODE 23
#define PAMS__REJECTED -216
#define PAMS__REMQUEFAIL -130
#define PAMS__RESPQREQ -260
#define PAMS__RESRCFAIL -246
#define PAMS__RTS_FAILED -232
#define PAMS__RTS_SUCCESS 19
#define PAMS__SAF_DEVICE_FAIL -234
#define PAMS__SAF_FAILED -236
#define PAMS__SAF_FORCED 43
#define PAMS__SAF_SUCCESS 21
#define PAMS__SELACTIVE -372
#define PAMS__SELRCVACT -240
#define PAMS__SENDER_TMO_EXPIRED -162
#define PAMS__STALE -304
#define PAMS__STATECHANGE -72
#define PAMS__STOPPED -358
#define PAMS__STORED 31
#define PAMS__STUB -160
#define PAMS__SUCCESS 1
#define PAMS__TIMEOUT -14
#define PAMS__TIMERACT -6
#define PAMS__TRACEBACK 29
#define PAMS__TRUNCATED 45
#define PAMS__UCBERROR -220
#define PAMS__UMA_NA 27
#define PAMS__UNATTACHEDQ 35
#define PAMS__UNBINDING -356
#define PAMS__WAKEFAIL -4
#define PAMS__WRONGDOS -274
/* */
/* */
/**/
#endif
/* end P_RETURN_H */
remote/exe/rs_remote_mq/src/p_symbol.h
0 → 100644
View file @
6a4104ee
This diff is collapsed.
Click to expand it.
remote/exe/rs_remote_mq/src/p_typecl.h
0 → 100644
View file @
6a4104ee
This diff is collapsed.
Click to expand it.
remote/exe/rs_remote_mq/src/rs_remote_mq.c
0 → 100644
View file @
6a4104ee
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment